Author |
Message |
Topic: Multiple instances of MQQueueManager |
jabhijeet
Replies: 8 Views: 7967
|
Forum: IBM MQ Java / JMS Posted: Fri Oct 19, 2012 5:13 am Subject: Multiple instances of MQQueueManager |
For .net, the method is available on MQQueueManager, so I was searching why the same stuff wasn't available for JAVA people...
Anyways.. thanks for your reply. Will try searching, if i c ... |
Topic: Multiple instances of MQQueueManager |
jabhijeet
Replies: 8 Views: 7967
|
Forum: IBM MQ Java / JMS Posted: Fri Oct 19, 2012 5:06 am Subject: Multiple instances of MQQueueManager |
Thanks for the reply.
I found similar thing in java to set it on MQQueueConnectionFactory
MQQueueConnectionFactory has a method setConnectionNameList but not on MQQueueManager.
I am using 7. ... |
Topic: Multiple instances of MQQueueManager |
jabhijeet
Replies: 8 Views: 7967
|
Forum: IBM MQ Java / JMS Posted: Fri Oct 19, 2012 4:15 am Subject: Multiple instances of MQQueueManager |
The connection name list is provided to ensure a failover on MQQueueManager.
When i specify
ConnectionName = "fred.mq.com(2344),nick.mq.com(3746),tom.mq.com(4288)";
if "fred. ... |
Topic: Multiple instances of MQQueueManager |
jabhijeet
Replies: 8 Views: 7967
|
Forum: IBM MQ Java / JMS Posted: Fri Oct 19, 2012 4:03 am Subject: Multiple instances of MQQueueManager |
Thanks for your reply but i wanted to ask do we have something to set multiple hosts/ports on queue manager
ConnectionName = "fred.mq.com(2344),nick.mq.com(3746),tom.mq.com(4288)"; |
Topic: Multiple instances of MQQueueManager |
jabhijeet
Replies: 8 Views: 7967
|
Forum: IBM MQ Java / JMS Posted: Fri Oct 19, 2012 2:23 am Subject: Multiple instances of MQQueueManager |
In .net IBM MQ provided with MQC.CONNECTION_NAME_PROPERTY
ConnectionName = "fred.mq.com(2344),nick.mq.com(3746),tom.mq.com(4288)";
Hashtable Properties-new Hashtable();
properties.A ... |
Topic: Anyone used JMS and WMQ Multi Instance Queueing? |
jabhijeet
Replies: 9 Views: 10655
|
Forum: IBM MQ Java / JMS Posted: Wed Oct 17, 2012 8:03 am Subject: Any example please |
Hello
I want to use this clientConnectionList option for com.ibm.mq.MQQueueManager.
Could anyone help me here please?
an sample example in java will be appreciated.
Thanks in advance |