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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...