It cannot work. Have a look at http://camel.apache.org/how-do-i-use-dynamic-uri-in-to.html.
Best, Christian Am 16.01.2013 23:38 schrieb "peter.berkman" <peter.berk...@cornergrove.com>: > I need to send messages to various TCPIP servers based on a variable in the > Camel Exchange headers. > > My to uri looks like this: > > <from uri="activemq:pixv2feedresults" /> > <to > > uri="mina:tcp://{{header.ngmsv2feedHost}}:{{header.ngmsv2feedPort}}?sync=true&codec=#hl7codec" > /> > > however, the component is unable to load... > > Is there a quick solution for this problem? > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-Mina-Client-Using-Exchange-Headers-to-Configure-tp5725664.html > Sent from the Camel - Users mailing list archive at Nabble.com. >