When deploy the MDB in JBOSS 4.2, I get the following error saying newqueue not bound, I even tested in jmx-console, still the is available in Global JNDI Namespace. I don't know why still the problem encountering.
Is there any otherway to deploy the application in JBOSS
Hi,
There could be many reason viz : may be you are not giving the right name, see in the server console whether that queue is actually bound or not, and if bound, what is the exact name.
<use-java-context>false</use-java-context>
try writing this statement in your queue-service.xml file where you defined the queue.
How and where is the queue configured? Can you please post the contents? It maybe a dependency problem too. The queue probably is deployed after the MDB. Try using @Depends or its xml version.