Hi

by the Link Claus has already provided you, did you see that yellow box:

http://camel.apache.org/jms#JMS-Options

Out-of-the-box Spring already provides one DestinationResolver-Impl for your
concrete case:

http://static.springsource.org/spring/docs/3.0.x/javadoc-api/org/springframework/jms/support/destination/JndiDestinationResolver.html

Just Google a bit and you will find plenty of examples how to setup this
DestinationResolver and then you can reference it either using the
destinationResolver option inside URI or through pure Java API:

org.apache.camel.component.jms.JmsConfiguration.setDestinationResolver()

Babak







--
View this message in context: 
http://camel.465427.n5.nabble.com/How-to-map-Jms-Uri-to-JNDI-tp5671063p5674468.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to