Re: Avoiding Serialization in DefaultProducerTemplate

2014-05-31 Thread Max Bridgewater
t; Ben O'Day > IT Consultant -http://consulting-notes.com > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Avoiding-Serialization-in-DefaultProducerTemplate-tp5751784p5751785.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: Avoiding Serialization in DefaultProducerTemplate

2014-05-31 Thread boday
ay IT Consultant -http://consulting-notes.com -- View this message in context: http://camel.465427.n5.nabble.com/Avoiding-Serialization-in-DefaultProducerTemplate-tp5751784p5751785.html Sent from the Camel - Users mailing list archive at Nabble.com.

Avoiding Serialization in DefaultProducerTemplate

2014-05-31 Thread Max Bridgewater
Hi, It seems DefaultProducerTemplate serializes my exchange body even if I want to simply send a message within the same VM. Is there a way to avoid this serialization? Thanks, Max.