Re: Camel proxies using Activemq queues

2013-02-01 Thread Liam Clarke-Hutchinson
Hi Claus, I apologise for not giving useful information in my previous email. I've resolved my issue - it was PEBKAC, the message was failing to return because what I was returning was not serializable. I'd forgotten that inner classes (in this case, a comparator) retained references to their owni

Re: Camel proxies using Activemq queues

2013-01-31 Thread Claus Ibsen
On Fri, Feb 1, 2013 at 6:25 AM, Liam Clarke-Hutchinson wrote: > Hi, > > I have a camel proxy defined using the Spring DSL that I'd like to > communicate synchronously with the implementing service via an > ActiveMQ queue, and while the service does receive the BeanInvocation, > the response never

Camel proxies using Activemq queues

2013-01-31 Thread Liam Clarke-Hutchinson
Hi, I have a camel proxy defined using the Spring DSL that I'd like to communicate synchronously with the implementing service via an ActiveMQ queue, and while the service does receive the BeanInvocation, the response never makes it back to the proxy and the request-reply times out. My route is as