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
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
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
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:
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
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