Re: Camel Netty component bind failure

2014-08-27 Thread Willem Jiang
orld"); > > > } > > > > > > protected RouteBuilder createRouteBuilder() { > > > return new RouteBuilder() { > > > public void configure() { > > > > > > from("direct:testEndPoint").to("netty:tcp:// > > > www.g

Re: Camel Netty component bind failure

2014-08-27 Thread edmondo1984
RouteBuilder createRouteBuilder() { > > return new RouteBuilder() { > > public void configure() { > > > > from("direct:testEndPoint").to("netty:tcp:// > > www.google.com:80"); > > > > } > > }; > > } > > } > > &g

Re: Camel Netty component bind failure

2014-08-27 Thread Willem Jiang
nfigure() { > > from("direct:testEndPoint").to("netty:tcp:// > www.google.com:80"); > > } > }; > } > } > > Hopefully once I will be able to run this I can contribute myself with the > fix to use a different port :)) > > Best >

Re: Camel Netty component bind failure

2014-08-26 Thread edmondo1984
able to run this I can contribute myself with the fix to use a different port :)) Best -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Netty-component-bind-failure-tp5755683p5755751.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel Netty component bind failure

2014-08-26 Thread Willem Jiang
r:129 for example > > > > > > Thank you > > > Il 26/Ago/2014 11:17 "Claus Ibsen-2 [via Camel]" < > > > [hidden email] > > > ha scritto: > > > > > > > You set the port as part of the uri of the endpoint, etc > > >

Re: Camel Netty component bind failure

2014-08-26 Thread edmondo1984
t, etc > > > > > > netty:tcp://localhost:9[?options] > > > > > > On Tue, Aug 26, 2014 at 12:14 PM, edmondo1984 <[hidden email] > > > > wrote: > > > > Thanks. I have read the documentation before posting and I didn't > find > > > it :( > > > &g

Re: Camel Netty component bind failure

2014-08-26 Thread edmondo1984
[?options] > > > > > > On Tue, Aug 26, 2014 at 12:14 PM, edmondo1984 <[hidden email] > > > > wrote: > > > > Thanks. I have read the documentation before posting and I didn't > find > > > it :( > > > > I suppose I am

Re: Camel Netty component bind failure

2014-08-26 Thread Willem Jiang
> > > I suppose I am missing maybe some Netty know how? > > > > > > > > > > > > -- > > > View this message in context: > > http://camel.465427.n5.nabble.com/Camel-Netty-component-bind-failure-tp5755683p5755688.html > > > > &g

Re: Camel Netty component bind failure

2014-08-26 Thread edmondo1984
Inc. > Email: [hidden email] > <http://user/SendEmail.jtp?type=node&node=5755689&i=1> > Twitter: davsclaus > Blog: http://davsclaus.com > Author of Camel in Action: http://www.manning.com/ibsen > hawtio: http://hawt.io/ > fabric8: http://fabric8.io/ > > >

Re: Camel Netty component bind failure

2014-08-26 Thread Claus Ibsen
ty know how? > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-Netty-component-bind-failure-tp5755683p5755688.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen - Red Hat, Inc. Email: cib...@redhat.c

Re: Camel Netty component bind failure

2014-08-26 Thread edmondo1984
Thanks. I have read the documentation before posting and I didn't find it :( I suppose I am missing maybe some Netty know how? -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Netty-component-bind-failure-tp5755683p5755688.html Sent from the Camel - Users mailing

Re: Camel Netty component bind failure

2014-08-26 Thread Claus Ibsen
Hi Its in the documentation http://camel.apache.org/netty On Tue, Aug 26, 2014 at 11:27 AM, Edmondo Porcu wrote: > Hello, > > I am trying to use a tcp endpoint with camel netty. I need to establish a > two way route from a vert.x event bus to a remote server and viceversa. > > Unluckily my vert.

Camel Netty component bind failure

2014-08-26 Thread Edmondo Porcu
Hello, I am trying to use a tcp endpoint with camel netty. I need to establish a two way route from a vert.x event bus to a remote server and viceversa. Unluckily my vert.x uses Netty as well so when my netty producer is started I get a low level Java exception: impossible to bind address:bind.