[jboss-user] [Messaging, JMS & JBossMQ] - Re: p2p queue client without JNDI lookup
Vincent Tran
do-not-reply at jboss.com
Fri Apr 27 10:43:30 EDT 2007
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");
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041427#4041427
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4041427
More information about the jboss-user
mailing list