Problem in creation MDB Queue connection at Jboss StartUp?

Your exception is due to in fact that you try to connect your MDB to a queue that doesn't exist (UTSQueue).

Your exception is due to in fact that you try to connect your MDB to a queue that doesn't exist (UTSQueue). Have you try to define your queue in the jboss. Xml like that: UTSMessageListner queue/UTSQueue and add this to the jbossmq-destinations-service.

Xml: After watch in the administration panel of Jboss if this queue appear. For more information on how create a queue in jboss you can read this: JMS and Message-Driven Beans.

Eclipse is giving an error when I try to add: message-driven tag in the jboss. Xml of my project – zengr Mar 15 '10 at 14:48.

Add a dependency to the MDB as below @Depends ("jboss.mq. Destination:service=Queue,name=UtsQueue") this will create the queue before the ejb container deploys the MDB. Declare the queue mbean in jboss-service.

Xml jboss. Mq:service=DestinationManager This worked for me.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions