Author |
Message |
Topic: Application connecting two different QMGR |
vmbala76
Replies: 17 Views: 11086
|
Forum: IBM MQ Java / JMS Posted: Wed Nov 14, 2007 3:46 am Subject: Application connecting two different QMGR |
I am able to connect two different QMGR in MQV6. Its is tested in AIX server with Java Env.
Above scenario tested in both Client mode and binding mode.
Thanks a lot. |
Topic: Application connecting two different QMGR |
vmbala76
Replies: 17 Views: 11086
|
Forum: IBM MQ Java / JMS Posted: Wed Oct 31, 2007 7:17 pm Subject: Application connecting two different QMGR |
Thanks jefflowrey.
Actually for the same thread, we put the message and waiting max 50 secs for the response. moreover the same QMGR used by 3 different applications. we decided to avoid the maximum ... |
Topic: Application connecting two different QMGR |
vmbala76
Replies: 17 Views: 11086
|
Forum: IBM MQ Java / JMS Posted: Wed Oct 31, 2007 2:58 am Subject: Application connecting two different QMGR |
sorry. Its not one thread(scenario 1 &2). One thread will execute the scenario 1 based on certain condition and another
thread will execute scenario 2.
Thread 1 : scanario 1 - connecting QM ... |
Topic: Application connecting two different QMGR |
vmbala76
Replies: 17 Views: 11086
|
Forum: IBM MQ Java / JMS Posted: Wed Oct 31, 2007 12:22 am Subject: Application connecting two different QMGR |
The scenario i have,
Java application is using binding method to connect the QMGR for every put and get the message and disconnects at the end.
Can I use the two different QMGR in the same MQSe ... |
Topic: MQ Triggering or MDB for Asynchoronous Messaging |
vmbala76
Replies: 1 Views: 1730
|
Forum: IBM MQ Java / JMS Posted: Sun Oct 15, 2006 5:41 pm Subject: MQ Triggering or MDB for Asynchoronous Messaging |
Hi,
We are planning to implement asynchronous messaging. WAS Application server and the MQ Server are in the same box.
MQ Triggering and MDB can handled asynchornous.
Please suggest me(MQ Trigger ... |
Topic: Same JVM, multiple Qmgrs, multiple machines multiple Ports |
vmbala76
Replies: 5 Views: 4878
|
Forum: IBM MQ Java / JMS Posted: Tue Aug 29, 2006 11:19 pm Subject: Same JVM, multiple Qmgrs, multiple machines multiple Ports |
Instead of setting MQEnvironment variable, we can use the new MQQueueManager(String,Hashtable) constructor to avoid this problem.
Hashtable propSit = new Hashtable();
propSit.put(MQC.HOST_NAME_PRO ... |
Topic: Same JVM, multiple Qmgrs, multiple machines multiple Ports |
vmbala76
Replies: 5 Views: 4878
|
Forum: IBM MQ Java / JMS Posted: Mon Aug 28, 2006 10:14 pm Subject: Same JVM, multiple Qmgrs, multiple machines multiple Ports |
Hi Vennila,
I am also looking the solution for the same problem. Any solution please.
with regards,
Bala |