On Thu, Mar 8, 2012 at 10:59 PM, sambardar <sanjay_ambar...@yahoo.com> wrote:
> Yes, the issue was related to Context not up and now it works fine. I have a
> need to create a binary stream over the TCP connection. Means , in client
> server mode, I want to send a message to the server(that will run on a
> particular ip/port) over TCP socket to say "start" and then server should
> start streaming the binary data over the socket(and this would continue 24x7
> unless we re-start). After this client doesn't send anything to server but
> keep on receiving binary data from server over the socket. Is this
> achievable through Camel Netty component?
>

No this is not possible to keep the connection live and receive data ad-hoc.
There is some JIRA tickets to add such functionality.

You can use the Netty API to build this yourself.


> Thanks
> Sanjay
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Apache-Camel-Netty-tp5545678p5549012.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
FuseSource
Email: cib...@fusesource.com
Web: http://fusesource.com
Twitter: davsclaus, fusenews
Blog: http://davsclaus.blogspot.com/
Author of Camel in Action: http://www.manning.com/ibsen/

Reply via email to