I am using JBoss version 4.0.1 and trying to use JMS queues.

I have my queues defined in a file under the deploy directory of my 
configuration called myqueue-service.xml, with entries like the following:

<mbean code="org.jboss.mq.server.jmx.Queue"
  | name="jboss.mq.destination:service=Queue,name=testQueue">
  | <depends optional-attribute-name="DestinationManager">
  | jboss.mq:service=DestinationManager</depends>
  | </mbean>

I copied my configuration from the "all" configuration so that I would have 
everything including (hopefully) JMS.

When I start my JBoss server, it lists all my queues and then this error 
message:

MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM:
ObjectName: jboss.mq:service=DestinationManager
state: NOTYETINSTALLED

Attempts to send a message to the queue fail. Also, I noticed that the Getting 
Started guide says to use the jmx-console and click on the DestinationManager 
under jms.mq, but I don't have a link for DestinationManager. How does the 
DestinationManager get installed/configured?

Any suggestions would be most appreciated,
Thanks!

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3899708#3899708

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3899708


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to