Posts

Showing posts with the label JMS

Configuring JMS with JBOSS 4.0.2

The following documents illustrate steps to configure Jboss with JMS 1) Installing Jboss messaging with Jboss 4.0.2 a. Get the Jboss messaging software from http://www.jboss.org/jbossmessaging/downloads/ b. Set up JBOSS_HOME and ANT_HOME c. Unzip the messaging software to local directory d. Open Command Prompt e. Go to util directory( cd util) f. execute the command ant -f release-admin.xml, The installation script will create a $JBOSS_HOME/server/messaging configuration g. Create a new Jboss Server instance in Eclipse using this configuration h. Example, Name:EJB_Jboss_JMS i. Jboss Home::C:\DevWorld\SDE\jboss-4.0.2 j. Server Configuration: messaging k. Start the Server from Eclipse l. The default installation comes with the following pre configured destinations defined in (destination-service.xml) testTopic, securedTopic, testDurableTopic, testQueue, A,B,C etc. m. Test the instal...