Re: Need help converting a Spring queue definition to a Camel endpoint

2013-02-27 Thread Mond Raymond
ill be added to the discussion > below: > http://camel.465427.n5.nabble.com/how-to-configure-sending-to-MQseries-tp478478p5728222.html > To unsubscribe from how to configure sending to MQseries, click here. > NAML -- View this message in context: http://camel.465427.n5.nabble.

Re: Need help converting a Spring queue definition to a Camel endpoint

2010-09-10 Thread Mond Raymond
I have this all working nice now: In the Camel Spring context file: http://camel.apache.org/schema/spring";> In the Jetty configuration file: http://jetty.mortbay.org/configure.dtd";> org.mortbay.jetty.webapp.WebInfConfiguration

Re: Need help converting a Spring queue definition to a Camel endpoint

2010-02-11 Thread Claus Ibsen
You can use the destinationResolver option on the JMS endpoint to implement a resolver that can lookup your custom MQ queue object. http://camel.apache.org/jms.html Which has a section about it and a link to this post http://old.nabble.com/JMS-queue---JNDI-instead-of-physical-name-td24484994.html