Hi Yeah we dont have this feature currently.
Its either expose a TCP service on localhost or act as a client connecting to a remote TCP server. We got as you may have found a ticket in JIRA for such a feature. As we love contributions and patches, you are welcome to work on such a feature if possible. http://camel.apache.org/contributing.html Also remember to use the voting of JIRA so we know what the community want. On Tue, Nov 23, 2010 at 2:40 PM, Carsten Madsen <[email protected]> wrote: > Hello > > Is 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 > -- Claus Ibsen ----------------- FuseSource Email: [email protected] Web: http://fusesource.com Twitter: davsclaus Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/
