| Author |
JBoss with JMS server issue.
|
nazeer kahmed
Greenhorn
Joined: Dec 24, 2008
Posts: 4
|
|
Hi,
I am new to JBoss and working on JBoss Cluster. I am using JBoss 5.1.0.GA.
My Questions are:
1. How to start JMS server in Jboss.
2. How to check whether JMS server is running in my Jboss server or not?.
Thanks in advance.
Nazeer
|
 |
anandraj tadkal
Ranch Hand
Joined: Feb 22, 2011
Posts: 80
|
|
Hi Nazeer,
The JMS Service is started by default.
When you start the server using run script, the JMS Service gets initialized.
This service is defined by the $JBOSS_HOME/server/$PROFILE/deploy/messaging directory.
You can see some entries like below in the server logs which indicates the JMS Service is started.
INFO [ServerPeer] JBoss Messaging 1.4.3.GA server [0] started
You can also check the same from JMX console.
http://localhost:8080/jmx-console
You will see references in the left panel under the Object Name Filter.
Refer the below link for a sample usage of JMS Queues in Jboss.
http://weblogic-wonders.com/weblogic/2010/07/06/jboss-jms-queue-configuration/
Cheers,
Anandraj,
http://weblogic-wonders.com
|
Regards,
Anandraj
http://weblogic-wonders.com/
|
 |
 |
|
|
subject: JBoss with JMS server issue.
|
|
|