Hello,

I have a scenario where in a Camel route I have a from ("netty4:tcp") which
listens on a ip:port. Clients can connect to it and send string messages.
The first message each client sends identifies who they are. Subsequent
messages are normal payload. However the backend system needs the identifier
each time.

My question is, how is it possible to identify when a client connections to
the route and have a "seperate pipeline" or session for that particular
client sending messages, and a new pipeline or session when another client
starts connection? Is this possible?

Thanks
Best
Souciance



--
View this message in context: 
http://camel.465427.n5.nabble.com/Camel-netty-tcp-new-instance-for-each-client-connection-tp5782404.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to