Re: Sending to remote WMQ queue.

2013-06-04 Thread Matt Pavlovich
...@mediadriver.com Skype: mattrpav On Aug 10, 2012, at 2:39 AM, Caa_man wrote: > We use transmissions queues, not remote. I.e. we dynamically build remote > addresses. > Could you help me? > > > > -- > View this message in context: > http://camel.465427.n5.nabbl

Re: Sending to remote WMQ queue.

2012-09-15 Thread Caa_man
We changed *to* from useless in our case to : MqRemoteSender implements native message sending (using MQQueueManager and MQQueue) with necessary MQ-settings like remote queue and manager. -- View this message in context: http://camel.465427.n5.nabble.com/Sending-to-remote-WMQ-queue

Re: Sending to remote WMQ queue.

2012-08-09 Thread Caa_man
We use transmissions queues, not remote. I.e. we dynamically build remote addresses. Could you help me? -- View this message in context: http://camel.465427.n5.nabble.com/Sending-to-remote-WMQ-queue-tp5717052p5717112.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Sending to remote WMQ queue.

2012-08-09 Thread James Carman
> mq.setBaseQueueName(remoteQueue); > mq.setPersistence(1); > mq.setBaseQueueManagerName(remoteQueueManager); > mq.setTargetClient(JMSC.MQJMS_CLIENT_NONJMS_MQ); > return mq; > } > > How can we fill BaseQueueManager

Sending to remote WMQ queue.

2012-08-09 Thread Caa_man
p://camel.465427.n5.nabble.com/Sending-to-remote-WMQ-queue-tp5717052.html Sent from the Camel - Users mailing list archive at Nabble.com.