[jboss-user] [EJB 3.0] - Re: MDB Problem:=DestinationManager not Registeres => Instan
pavtam
do-not-reply at jboss.com
Tue Jul 3 02:47:26 EDT 2007
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#4059798
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059798
More information about the jboss-user
mailing list