Thanks for the guidance Claus! I dug further on the capabilities of netty and realized that they already have what I need.
I configured LengthFieldBasedFrameDecoder for decoding the message and LengthFieldPrepender for encoding the message. It worked like a charm. I configured the service endpoint like you had mentioned. -- View this message in context: http://camel.465427.n5.nabble.com/Netty-for-TCP-communication-tp3409969p3413344.html Sent from the Camel - Users mailing list archive at Nabble.com.
