Use case of sending a message to a tcp port and reading the response. I tried
this...maybe i am missing the point

from("direct:a").to("mina:tcp://someserver:someport").to("direct:b")

The expectation was to be able to create a producer on "direct:a" endpoint
and consume an exchange with an in body = request message. Then assert that
on "direct:b" end point it would receive an exchange with an outbody of the
response.

Instead I believe the component does something similar to http component and
tries to host the socket in camel. 

I can envision writing a component to do the above but I am not sure I want
to duplicate existing functionality
-- 
View this message in context: 
http://www.nabble.com/Request-response-with-a-tcp-socket-tf4324671s22882.html#a12316233
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to