I'm wondering which encoder/decoder do you use? You don't specify one. You
do not use the default codec. You don't use the textline codec...

The max line length for the textline codec is 1024 as described at [1]. You
may hit this one?

[1] http://camel.apache.org/netty.html

Best,
Christian
-----------------

Software Integration Specialist

Apache Camel committer: https://camel.apache.org/team
V.P. Apache Camel: https://www.apache.org/foundation/
Apache Member: https://www.apache.org/foundation/members.html

https://www.linkedin.com/pub/christian-mueller/11/551/642


On Fri, Aug 23, 2013 at 12:14 PM, judesolomonc <judesolom...@fss.co.in>wrote:

> Version 2.10.5
> Using via Netty
> Limit 1MB
>
> Route
>
> from("netty:tcp://10.44.71.52:4567?allowDefaultCodec=false&textline=false
> ")
>         .to("netty:tcp://10.44.71.52:5678?textline=false")
>
>
>
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/Not-able-to-transfer-larger-bytes-of-data-from-one-came-to-another-tp5737811p5737827.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>

Reply via email to