Hi
Thanks for reporting. Can you log a JIRA and attach your patch or do a github PR
http://camel.apache.org/contributing
On Sun, Jun 12, 2016 at 10:54 AM, grigoriadis wrote:
> Hi,
>
>
> I'm using netty4 component (version 2.17.1) to send messages to a legacy tcp
> server through a REST server.
>
Hi,
I'm using netty4 component (version 2.17.1) to send messages to a legacy
tcp server through a REST server.
The tcp server requires messages from one connection to be send in a
specific order, for example in order to send COMMAND1 i have to first
send PRE1 and PRE2 and then COMMAND1. The c