In Spring I have the following queue defined:
<!-- targetClient is used to tell the MQ system that the target is MQ
(1) not JMS (0) -->
<bean id="pocBridge.imqOutgoingQueue" class="com.ibm.mq.jms.MQQueue"
p:targetClient="1">
<constructor-arg value="MQSD"/>
<constructor-arg value="TQS.QLOC.RECEIVE.HEAD.O.AMQD1"/>
</bean>
All of these arguments / properties are needed to make the queue work. How
do I tell Camel to use this queue reference or how can I configure this
queue in Camel DSL?
I assumed that the JMS component would have some option to set some
properties on the implementation but I can't see how to do that.
Any help would be appreciated.
Best regards
Ray
--
View this message in context:
http://old.nabble.com/how-to-configure-sending-to-MQseries-tp27530729p27530729.html
Sent from the Camel - Users mailing list archive at Nabble.com.