[UPDATE]
if the queue needs user and password:
<to
uri="jmsPublisher:queue:{{jms.queue.name}}?username={{jms.destination.user}}&password={{jms.destination.password}}"/>
For a topic:
<to
uri="jmsPublisher:topic:{{jms.topic.name}}?username={{jms.destination.user}}&password={{jms.destination.password}}"/>
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-jms-via-jndi-example-tp5751623p5753997.html
Sent from the Camel - Users mailing list archive at Nabble.com.
