If my client application want to send message to my Camel with socket, and
application communication protocol is send three bytes like 'REQ' to server
first, and the server response three bytes like 'ANS' to client for affirm
the request, then client begin to send application message package to
server, these processes show one time whole reqeust。
like that, how to implement in Camel?
i know use from("mina:tcp://localhost:9999").processRef(...) can complete
request and recv response one time, but my application needs twice request
and response in the same socket handle. how to ?
--
View this message in context:
http://camel.465427.n5.nabble.com/how-to-route-one-request-with-socket-communications-by-many-times-tp4547395p4547395.html
Sent from the Camel - Users mailing list archive at Nabble.com.