Thanks Christian, sounds like Claim Check is what we're doing.
Cheers,
Tom
On 8 October 2013 22:35, Christian Müller wrote:
> Hi Tom!
>
> Find my comments inline.
>
> Best,
> Christian
>
>
>
> On Tue, Oct 8, 2013 at 7:19 PM, Tom Ellis wrote:
>
> > Hi,
> >
> > Is there some documentation aroun
Hi Tom!
Find my comments inline.
Best,
Christian
On Tue, Oct 8, 2013 at 7:19 PM, Tom Ellis wrote:
> Hi,
>
> Is there some documentation around the strategy Camel takes when deciding
> what to convert the body of an exchange to before sending to an endpoint?
>
Camel will not convert the body
I think if you turn on TRACE logging on the class
org.apache.camel.impl.converter.BaseTypeConverterRegistry,
you should see the type converter logic in action.
I also saw in a Camel core unit test, code along the lines of:
from("file://target/gf")
.convertBody
Hi,
Is there some documentation around the strategy Camel takes when deciding
what to convert the body of an exchange to before sending to an endpoint?
For example, I have set a File object in the body of an exchange and send
this to a JMS endpoint. When the exchange is obtained from that endpoin