Re: Specifying Netty remote host at runtime

2015-09-09 Thread Claus Ibsen
gt; exceptionMessage()) > .end()* > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Specifying-Netty-remote-host-at-runtime-tp5771365.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibs

Re: Specifying Netty remote host at runtime

2015-09-09 Thread Andrew Block
John, The Netty component does not support the injection of the host and port values from a header. An alternative solution would be to use a Recipient List [1] where these values are specified on the endpoint as dynamic values [2] from a source such as a message header. From your example, if

Specifying Netty remote host at runtime

2015-09-08 Thread John Smith
lass) .setHeader("ServerInfoRouteOperationException", exceptionMessage()) .end()* -- View this message in context: http://camel.465427.n5.nabble.com/Specifying-Netty-remote-host-at-runtime-tp5771365.html Sent from the Camel - Users mailing list archive at Nabble.com.