Re: Consumer is closed Exception

2008-01-24 Thread activemqnewbie
Appreciate if someone could help me solve the isuue. Thansk activemqnewbie wrote: > > Subscriber closes with an exception(below)after consuming certain > messages.This happens at different intervals. > Appreciate if someone could let me know the reason and solution for this. > Am using activem

Re: Consumer is closed Exception

2008-01-22 Thread activemqnewbie
Below is the source for MessageConsumer.java package ss.integration.util; import javax.jms.TopicConnectionFactory; import javax.jms.TopicConnection; import javax.jms.Topic; import javax.jms.TopicSession; import javax.jms.TopicSubscriber; import javax.jms.MessageListener; import javax.jms

Re: Consumer is closed Exception

2008-01-22 Thread activemqnewbie
Below is the complete stack trace. <2008/01/10 10:43:23.127><21621663><> ExceptionListener receives a JMS exception <2008/01/10 10:43:23.127><21621663><> Unregistering Message Listener... <2008/01/10 10:43:23.127><21621663><> Notifying/signaling a waiting thread... <2008/01/10 10:43:23.144><2

Re: Consumer is closed Exception

2008-01-22 Thread James Strachan
On 22/01/2008, activemqnewbie <[EMAIL PROTECTED]> wrote: > > > As specified in previous posting, > Below is the stack trace. > <2008/01/10 10:43:23.127><21621663><> ExceptionListener receives a > JMS exception <2008/01/10 10:43:23.127><21621663><> Unregistering > Message Listener... <2008/01/10 10:

Re: Consumer is closed Exception

2008-01-22 Thread activemqnewbie
As specified in previous posting, Below is the stack trace. <2008/01/10 10:43:23.127><21621663><> ExceptionListener receives a JMS exception <2008/01/10 10:43:23.127><21621663><> Unregistering Message Listener... <2008/01/10 10:43:23.127><21621663><> Notifying/signaling a waiting thread... <2008

Re: Consumer is closed Exception

2008-01-22 Thread James Strachan
On 22/01/2008, activemqnewbie <[EMAIL PROTECTED]> wrote: > > Subscriber closes with an exception(below)after consuming certain > messages.This happens at different intervals. > Appreciate if someone could let me know the reason and solution for this. Looks like someone is closing the connection/se