[jboss-user] [JBoss Messaging] - Re: Removing a MessageListener doesn't remove its associated

timfox do-not-reply at jboss.com
Fri Jul 28 04:01:25 EDT 2006


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



More information about the jboss-user mailing list