Proxy BeanInvocations turning into first-class payloads?

2012-12-29 Thread Liam Clarke-Hutchinson
Hi all, Quick question, at which point does the BeanInvocation transform into a first-class payload as documented here: http://camel.apache.org/using-camelproxy.html ? From the examples in the docs it looks like it leaves the proxy endpoint as the first-class payload. I ask because I'm proxying a

Re: MalformedObjectNameException when starting camel context

2012-12-30 Thread Liam Clarke-Hutchinson
Hi Tim, It's trying to get an mbean or similar with a name derived from (I guess) your machine's IP - which is in IPV6, hence lots of colons. However, if you look at the documentation for ObjectName (http://docs.oracle.com/javase/1.5.0/docs/api/javax/management/ObjectName.html) you'll see it stat

Re: Proxy BeanInvocations turning into first-class payloads?

2012-12-30 Thread Liam Clarke-Hutchinson
te an account and log a bug, I think. Regards, Liam Clarke On Sun, Dec 30, 2012 at 3:56 PM, Liam Clarke-Hutchinson wrote: > Hi all, > > Quick question, at which point does the BeanInvocation transform into a > first-class payload as documented here: > http://camel.apache.org/usi

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

Re: Camel proxies using Activemq queues

2013-02-01 Thread Liam Clarke-Hutchinson
te: > 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 servi