Re: Camel netty is messing my TCP Hex packages

2016-04-05 Thread Claus Ibsen
Netty got some bytes decoders that are length based etc. Search a bit on what they offer out of the box and you can configure camel netty to use one of them. There is also a few of them you can configure from camel-netty using the ChannelHandlerFactories. You can find some source example at:

Camel netty is messing my TCP Hex packages

2016-04-05 Thread Felipe Gutierrez
Hi, I am using camel-netty for the first time. I did an example that I can send string from telnet and proxy it to the third server. But now I want to evaluate to send pure tcp messages and I believe netty assuming to use a wrong decoder/encoder. Because I took out "