You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by James Green <ja...@gmail.com> on 2014/10/31 16:06:43 UTC

Camel 2.14 breaks our test

We just upgraded from 2.13.2 to 2.14.0 and our test now hangs using the
producerTemplate to send to an ActiveMQ (5.10.0) endpoint.

The route accepts the message, sends it through JAXB and into a Processor
which doesn't seem to be executed.

We set debug logging on, and ActiveMQ seems to increment the enqueuedCount,
then there's a 20 second delay before Camel logs a timeout.

The route has been modified to log the inbound message, but this doesn't
trigger either.

It works fine if we revert back to Camel 2.13.2. Any ideas?

Thanks,

James

Re: Camel 2.14 breaks our test

Posted by Christian Müller <ch...@gmail.com>.
Can you provide a test case which is showing the regression?

Best,
Christian


On Fri, Oct 31, 2014 at 4:06 PM, James Green <ja...@gmail.com>
wrote:

> We just upgraded from 2.13.2 to 2.14.0 and our test now hangs using the
> producerTemplate to send to an ActiveMQ (5.10.0) endpoint.
>
> The route accepts the message, sends it through JAXB and into a Processor
> which doesn't seem to be executed.
>
> We set debug logging on, and ActiveMQ seems to increment the enqueuedCount,
> then there's a 20 second delay before Camel logs a timeout.
>
> The route has been modified to log the inbound message, but this doesn't
> trigger either.
>
> It works fine if we revert back to Camel 2.13.2. Any ideas?
>
> Thanks,
>
> James
>