Re: Netty with syslog decoder

2011-09-04 Thread trivedikumarb
Hi Claus Ibsen,

Thank you for responding on this, I have already gone thru camel-syslog
component, it just provides a DataFormat to convert BSDSyslog stream into
string, but it doesn't have any codec implementation to collect all the data
over TCP. I am looking for help in how to create my own codec for Netty.

Thanks,
Trivedi

--
View this message in context: 
http://camel.465427.n5.nabble.com/Netty-with-syslog-decoder-tp4763467p4765477.html
Sent from the Camel - Users mailing list archive at Nabble.com.


Netty with syslog decoder

2011-09-02 Thread trivedikumarb
Hi All,

I am trying to expose TCP endpoint using Netty
[from('netty:tcp://localhost:12346?sync=falseallowDefaultCodec=falseencoding=UTF-8disconnect=true')],
from the client I am sending a big syslog message. At the server side, I am
receiving the message as chunks instead of full byte[] or string. Can
someone help me or guide me on how to write decoder to handle this?

Thanks,
Trivedi

--
View this message in context: 
http://camel.465427.n5.nabble.com/Netty-with-syslog-decoder-tp4763467p4763467.html
Sent from the Camel - Users mailing list archive at Nabble.com.