BTW your code doesn't look quite right, I'm assuming this is a cut and paste
error:
|
| sessions = connection.createSession(false,
| Session.AUTO_ACKNOWLEDGE);
|
| Queue q = sessions.createQueue("publish.request");
|
| consumers = sessions.createConsumer(q);
|
|
You have no index on sessions or consumers
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3961505#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...