Author |
Message
|
sahaja |
Posted: Fri Nov 06, 2009 1:17 am Post subject: what happens when you issue SUSPEND QM? |
|
|
Newbie
Joined: 29 Oct 2009 Posts: 1
|
What exactly happens when you issue SUSPEND QM |
|
Back to top |
|
 |
AkankshA |
Posted: Fri Nov 06, 2009 1:23 am Post subject: |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
hello
when u issue a suspend qm command, the queue manager gets suspended from cluster
that means all the other queue managers of the cluster gets the information that the local queue manager(supended one) is not available for processing, and cannot be sent messages. _________________ Cheers |
|
Back to top |
|
 |
exerk |
Posted: Fri Nov 06, 2009 2:10 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
AkankshA wrote: |
...that means all the other queue managers of the cluster gets the information that the local queue manager(supended one) is not available for processing, and cannot be sent messages. |
Caveat: unless it hosts the only available 'target' queue, even in its suspended state. _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
PeterPotkay |
Posted: Fri Nov 06, 2009 3:23 am Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
Or the message is specifically addressed to the suspended QM.
What exactly happens when you suspend a QM? Exactly what the MQ Cluster manual says happens. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
bruce2359 |
Posted: Fri Nov 06, 2009 6:15 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
Another caveat: if an application already has a cluster queue open when the qmgr is suspended, it will continue to put messages to the cluster queue of the now-suspended qmgr. Subsequent mqopens will not discover the suspended qmgrs cluster queues. _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
fjb_saper |
Posted: Fri Nov 06, 2009 3:48 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
bruce2359 wrote: |
Another caveat: if an application already has a cluster queue open when the qmgr is suspended, it will continue to put messages to the cluster queue of the now-suspended qmgr. Subsequent mqopens will not discover the suspended qmgrs cluster queues. |
This behavior is typical for a "bind on open" open mode. A "bind not fixed" open mode should recognize the qmgr being suspended and behave accordingly.  _________________ MQ & Broker admin |
|
Back to top |
|
 |
bruce2359 |
Posted: Fri Nov 06, 2009 5:35 pm Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
Quote: |
A "bind not fixed" open mode should recognize the qmgr being suspended and behave accordingly. |
Hmmmm. My thinking (no empirical evidence) is no. Once bound to a queue, puts will go to that queue until it becomes unavailable - queue put-inhibited or closed. The next open would not discover a suspended qmgrs queues.
Seems like a test is in order. _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
|