HelloIs it possible to create a tcp socket client consumer endpoint with the default camel components or will I have to write a custom component/endpoint to get this?
I have tried with
from("netty:tcp://remotehost:8888")...
but it fails with
Caused by: org.jboss.netty.channel.ChannelException: Failed to bind to...
As it tries to create a server socket.
This may be related to this issue
https://issues.apache.org/activemq/browse/CAMEL-1077
Thanks Carsten
