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