what i have found out

<from uri="netty:tcp://localhost:port" />       this configures it as server
socket where clients can connect

<to uri="netty:tcp://localhost:port" />          this configures it as
client that can connect to a server socket

now if i have this route

<from uri="cxf:bean:myendpoint" />
<to uri="netty:tcp://localhost:port" />

is there any way to configure netty/mina etc as a server socket and not a
client with the <to /> tag?
or might anyone have an idea for a workaround for this?

someone else already had a similar problem according to this
https://issues.apache.org/jira/browse/CAMEL-1077 "tcp client mode / server
mode determined by "to" or "from" elements limits usability."



--
View this message in context: 
http://camel.465427.n5.nabble.com/problems-with-route-cxf-netty-netty-as-tcp-socket-server-tp5744294p5744346.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to