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#3961505

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3961505
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to