|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
Search found 4 matches |
Author |
Message |
Topic: Does qm.disconnect() cause QM to go into quiescing state? |
BigAl
Replies: 8 Views: 5295
|
Forum: IBM MQ Java / JMS Posted: Tue Apr 17, 2007 10:39 am Subject: Does qm.disconnect() cause QM to go into quiescing state? |
A control message, with a proper Feedback code, is the usual way to end a get with WAIT_UNLIMITED.
Sweet! It works like a charm.
Thanks for your help!
- Al |
Topic: Does qm.disconnect() cause QM to go into quiescing state? |
BigAl
Replies: 8 Views: 5295
|
Forum: IBM MQ Java / JMS Posted: Tue Apr 17, 2007 6:59 am Subject: Does qm.disconnect() cause QM to go into quiescing state? |
The solution is not to issue an unlimited get wait, but to issue a get wait for perhaps five minutes and when the application gets a MQRC 2033 (due to expiry of the interval with no available message) ... |
Topic: Does qm.disconnect() cause QM to go into quiescing state? |
BigAl
Replies: 8 Views: 5295
|
Forum: IBM MQ Java / JMS Posted: Tue Apr 17, 2007 6:50 am Subject: Does qm.disconnect() cause QM to go into quiescing state? |
qm.disconnect()
disconnects your app from the qm, it does not quiesce the qmgr itself!
Ah! Great information. So, is there a Java method I can call on the qmgr to quiesce it? Or, is there some ... |
Topic: Does qm.disconnect() cause QM to go into quiescing state? |
BigAl
Replies: 8 Views: 5295
|
Forum: IBM MQ Java / JMS Posted: Tue Apr 17, 2007 6:06 am Subject: Does qm.disconnect() cause QM to go into quiescing state? |
I am new to MQ programming and I am debugging a Java application that has one thread that does a GET on a queue with options to WAIT, and WAIT UNLIMITED, and FAIL IF QUIESCING. Another thread, when r ... |
|
|
|