This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JBoss and the fly likes JBoss with JMS server issue. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "JBoss with JMS server issue." Watch "JBoss with JMS server issue." New topic
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/
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: JBoss with JMS server issue.
 
Similar Threads
JMS ConnectionFactory configurations in JBoss AS 5.1.0
java.lang.outofMemoryError
JMS using JBoss
Integration of jboss messaging with jboss
JMS Provider