| Author |
How to send msgs to more than one MQ Queues
|
Muhammed Fataq
Greenhorn
Joined: May 15, 2009
Posts: 1
|
|
Dear All,
I have the requirement to send messages from java batch process to more than one Websphere MQ queues, which (queues) are resides on different servers.
We can send messages from java application to Websphere MQ queues which are resides in single server using below configurations
MQEnvironment.hostname = hostname;
MQEnvironment.channel = channel;
MQEnvironment.port = portNo;
MQEnvironment.properties.put(MQC.TRANSPORT_PROPERTY, MQC.TRANSPORT_MQSERIES);
Could you please some one help me to configure more than one Websphere MQ hostname, channel, portNo and other properties for each MQ servers, which i want to connect from same java application.
Since hostname, channel and portNo are static attributes in MQEnvironment class, I am not sure how to configure each MQ servers required attributes ?...
Thanks & Regards
Abdul Fataq
|
 |
 |
|
|
subject: How to send msgs to more than one MQ Queues
|
|
|