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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to