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