The problem was with not defining the "Queue/Topic" in the default
destination-service.xml thats part of jboss-messaging.sar .
You can have your own *-service.xml where u can define your custom Queue/Topics and make
it available .
Ex:
<mbean code="org.jboss.jms.server.destination.QueueService"
name="jboss.messaging.destination:service=Queue,name="MyQueue"
xmbean-dd="xmdesc/Queue-xmbean.xml">
<depends
optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer
jboss.messaging:service=PostOffice
--This will resolve the Destination Manager not registered Issue..
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059798#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...