Re: javax.jms.JMSException: Transport disposed

2010-02-27 Thread Claus Ibsen
>> How did you configure the jms component? >> It looks like the JMS connection can't reconnect if the Transport >> disposed exception is thrown. >> >> Willem >> >> moacsjr wrote: >>> Hello everybody, >>> >>> I've a route that

Re: javax.jms.JMSException: Transport disposed

2010-02-27 Thread moacsjr
n can't reconnect if the Transport > disposed exception is thrown. > > Willem > > moacsjr wrote: >> Hello everybody, >> >> I've a route that process messages by using a processor. I've noticed >> that >> when the system throws the

Re: javax.jms.JMSException: Transport disposed

2010-02-26 Thread Willem Jiang
s the exception "javax.jms.JMSException: Transport disposed", my route stops the processing of the messages in the queue, and new messages are not being consumed. this is my route: from(uriActivationQueueDistribuidor).process(new AtivarPinProcessor()); In the processor, the exception is th

Re: javax.jms.JMSException: Transport disposed

2010-02-24 Thread Stan Lewis
tting dropped between messages. On Wed, Feb 24, 2010 at 12:36 PM, moacsjr wrote: > > Hello everybody, > > I've a route that process messages by using a processor. I've noticed that > when the system throws the exception "javax.jms.JMSException: Transport > disposed&

javax.jms.JMSException: Transport disposed

2010-02-24 Thread moacsjr
Hello everybody, I've a route that process messages by using a processor. I've noticed that when the system throws the exception "javax.jms.JMSException: Transport disposed", my route stops the processing of the messages in the queue, and new messages are not being consume