Re: Apachecamel_Netty

2014-09-09 Thread Claus Ibsen
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

Re: Apachecamel_Netty

2014-09-09 Thread Charles Moulliard
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

Apachecamel_Netty

2014-09-09 Thread Kavitha A.
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.