This content has been marked as final.
Show 1 reply
-
1. Re: p2p queue client without JNDI lookup
vincenttran Apr 27, 2007 10:43 AM (in response to vincenttran)I figured it out.
You can call QueueSession's createQueue object, however you have to pass just the queue name, not prefixed with queue/...
ie queueSession.createQueue("blahqueue");
not
queueSession.createQueue("queue/blahqueue");