Hi All,

I would like to know how can I establish a restriction-free 2 way TCP
channel in camel using netty/mina ? "sync" option is allowing me to receive
only the reply for the request which I have made. I would like to receive
all the data which is pushing by the server followed by the login reply. I
have tried this with netty4 (I would like to use the auto-reconnect feature
of this component).

My Scenario as below,

I have one news server running and it will communicate to its clients using
TCP/IP channel. Any TCP client can connect to this server and send the login
request message on the connected channel. Once the server received the login
message, it will reply to the login message as well as it starts
broadcasting messages to the clients using the same channel. In between the
clients can request for another service using the same channel and server
will reply to the same channel. 

So basically a 2 way TCP restriction free communication is required.

Any help would be much appreciated.

Thanks and Regards,
Anish



--
View this message in context: 
http://camel.465427.n5.nabble.com/2-way-asynchronous-TCP-IP-communication-not-request-reply-fashion-using-netty4-tp5781854.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to