Project

General

Profile

Actions

Configuration Guide

This guide describes how to configure the following components:
  • Logging in Jboss AS
  • HornetQ
  • init script for Jboss AS

All of the configuration files that mentioned in this guide can be found in:

SCM - connector-config

Logging in Jboss AS

TODO

HornetQ

Checkout the project connector-config and prepare the following files:
  • .../hornetq/hornetq-configuration.xml
  • .../hornetq/hornetq-jms.xml
Steps:
  1. login as jboss user
  2. upload and overwrite the file /opt/jboss-5.1.0.GA/server/default-with-hornetq/deploy/hornetq.sar/hornetq-configuration.xml
  3. upload and overwrite the file /opt/jboss-5.1.0.GA/server/default-with-hornetq/deploy/hornetq.sar/hornetq-jms.xml
  4. restart jboss
  5. done

init script for Jboss AS

Checkout the project connector-config and prepare the following files:
  • .../{server name}/jboss-init/jboss5hq
    • where server name is the name of the target server
Steps:
  1. login as root
  2. upload the file, jboss5hq to /etc/init.d via ftp or sftp
  3. execute the following command to put the init into appropriate run level directory:
    # chkconfig --add jboss5hq
    
  4. done

Updated by chin-yeh over 12 years ago · 7 revisions