Hello All,
I am migrating an Application from JBossMQ to JBossMessaging.
When I am configuring "Messaging Destinations deployment descriptor" i.e. orsus-destinations-service.xml. JBoss Messaging 1.4.0.SP3 server is suceessfully able to deploy default Queues and Topics Like :
i.e. <mbean code="org.jboss.jms.server.destination.QueueService"
name="jboss.messaging.destination:service=Queue,name=TestMsgsInQueue"
xmbean-dd="xmdesc/Queue-xmbean.xml">
But When I am trying to give fully qualified name which is project specific like :
<mbean code="org.jboss.jms.server.destination.QueueService"
name="jboss.messaging.destination:service=Queue,name=jms/servers/logmon/MsgsInQueue"
xmbean-dd="xmdesc/Queue-xmbean.xml">
Its giving below error:
20:00:45,789 ERROR [ExceptionUtil] Queue[/queue/jms/servers/logmon/MsgsInQueue, name=jms/servers/logmon/MsgsInQueue] startService javax.naming.NameNotFoundException: jms not bound.
How to resolve this error, I have checked my code but i have not understood what to do? What to change ? Please suggest !!!!
You can see JBoss Log attached...
Thanks in Advance for your help !!!
Regards,
Rahul Aahir
mail : rahul.aahir@tcs.com