Hi 

i am trying to create a tcp sample with camel and started using camel-netty
and it works great

 but i am not able to figure out how to handle responses .

consider the following route

client --->
from(netty:tcp://localhost:99999[?options]).process(someprocessor)to(netty:tcp://remotehost:99999[?options])

in this route how responses received from the remotehost can be handled by
'from' (localhost)endpoint ??
 



--
View this message in context: 
http://camel.465427.n5.nabble.com/Camel-netty-response-handler-tp5723104.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to