...@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
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
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.
> mq.setBaseQueueName(remoteQueue);
> mq.setPersistence(1);
> mq.setBaseQueueManagerName(remoteQueueManager);
> mq.setTargetClient(JMSC.MQJMS_CLIENT_NONJMS_MQ);
> return mq;
> }
>
> How can we fill BaseQueueManager
p://camel.465427.n5.nabble.com/Sending-to-remote-WMQ-queue-tp5717052.html
Sent from the Camel - Users mailing list archive at Nabble.com.