Monday, April 9, 2012

Setup Clustered Message Queue for MDB

This blog Demonstrate how to setup a Clustered JMS message Queue in JBoss4.2.3 Application server, that is used by Message Driven Bean. The setup process may be diffent in other versions of JBoss.

There is a Queue previously setup by JBoss team. Those Queues are used by various purpose inside the JBoss Application Server.

There is an XML configuration file for setup the Destination Queue. That file is available in All mode of JBoss application server.

The path could be JbossAS/server/all/deploy/jboss-messaging.sar/destinations-service.xml

Open this file in any editor





and add Queuq name and add an attribut named "Clustered" as shown in the above picture.

Sunday, April 8, 2012

Setup Message Queue in JBoss Application Server.

Here we are trying to setup a brand new Message Queue in JBoss4.2.3 Application server. The setup process may be diffent in other versions of JBoss.

There is a Queue previously setup by JBoss team. Those Queues are used by various purpose inside the JBoss Application Server.

There is an XML configuration file for setup the Destination Queue. That file is available in All mode of JBoss application server.

The path could be JbossAS/server/all/deploy/jboss-messaging.sar/destinations-service.xml

Open this file in any editor

and add your Queuq.




Name - sould be your Queue name.