[jboss-user] [JNDI/Naming/Network] - Re: javax.naming.NameNotFoundException: queue not bound

PeterJ do-not-reply at jboss.com
Thu Dec 20 13:42:21 EST 2007


I added your queue to my destinations file, worked fine.

What version of JBossAS are you using?

When the app server deploys the queues, there should be a series of message on the console like this:

10:34:26,268 INFO  [A] Bound to JNDI name: queue/A
10:34:26,284 INFO  [B] Bound to JNDI name: queue/B
10:34:26,284 INFO  [C] Bound to JNDI name: queue/C
...

Please post the output for the queues and topics bound (there should be 9, or 10 if your queue shows up). Also post the jndiview results showing all of the queues and topics in the global namespace.

Where is the lookup code at? In a stand-alone client? Or in an app deployed to the same app server as the queue? Please post the lookup code, and the jndi properties used. Even if your queue did not show up, the lookup for the 'queue' name should still work.

Finally, are you sure you changed the correct file? In other words, did you perhaps change the file in 'default' when you are really running 'all'?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114758#4114758

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4114758



More information about the jboss-user mailing list