The default codec is using java serialization.
https://github.com/apache/camel/blob/master/components/camel-netty/src/main/java/org/apache/camel/component/netty/NettyConfiguration.java#L205
If you are sending text data then use text codec, by setting textline=true
And you can set the encoding opti
Hi Kavithaa,
Can you provide us the camel that you are using and the stack trace
generated please (gist) or a unit test to reproduce the issue ?
Regards,
On Wed, Sep 10, 2014 at 7:18 AM, Kavitha A. wrote:
> Hi Team,
>
>
>
> Last two years I am working in camel project ,currently we are facin
Hi Team,
Last two years I am working in camel project ,currently we are facing one issue.
Issue Details:
1. We are using tcp netty with default codec .
2. Client sending message with  ,this value is skipping in server side
while reading the exchange message.
3.