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.
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
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
Thanks Christian.
I have used those links already and checked again but they are limited in
their use of properties and constructor arguments.
I have it all working in Spring as I am allowed to control these aspects on
the class. I cannot see an equivalent mechanism to provide the same degree
o