Re: Camel route only dealing with headers

2013-07-30 Thread Christian Posta
s. Camel will still try > to deserialize the object in the body. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-route-only-dealing-with-headers-tp5736452p5736502.html > Sent from the Camel - Users mailing list archive at Nabbl

Re: Camel route only dealing with headers

2013-07-30 Thread Raul Kripalani
so does not work for object messages. Camel will still try > to deserialize the object in the body. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-route-only-dealing-with-headers-tp5736452p5736502.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: Camel route only dealing with headers

2013-07-30 Thread jduncan
Actually that also does not work for object messages. Camel will still try to deserialize the object in the body. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-route-only-dealing-with-headers-tp5736452p5736502.html Sent from the Camel - Users mailing list archive at

Re: Camel route only dealing with headers

2013-07-30 Thread jduncan
because it does not work when using JMS endpoints in a transactional context (because it uses the InOut pattern). -- View this message in context: http://camel.465427.n5.nabble.com/Camel-route-only-dealing-with-headers-tp5736452p5736491.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel route only dealing with headers

2013-07-29 Thread Christian Posta
am >> routes. >> >> How can I pass along the original body without touching it at all? >> >> Thanks! >> Jared >> >> >> >> -- >> View this message in context: >> http://camel.465427.n5.nabble.com/Camel-route-only-dealing-with-head

Re: Camel route only dealing with headers

2013-07-29 Thread Christian Posta
eam > routes. > > How can I pass along the original body without touching it at all? > > Thanks! > Jared > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-route-only-dealing-with-headers-tp5736452.html > Sent from the

Re: Camel route only dealing with headers

2013-07-29 Thread Christian Müller
a null body gets passed to any downstream > routes. > > How can I pass along the original body without touching it at all? > > Thanks! > Jared > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-route-only-dealing-with-headers-tp5736452.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Camel route only dealing with headers

2013-07-29 Thread jduncan
e original body without touching it at all? Thanks! Jared -- View this message in context: http://camel.465427.n5.nabble.com/Camel-route-only-dealing-with-headers-tp5736452.html Sent from the Camel - Users mailing list archive at Nabble.com.