|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
TABLE |
« View previous topic :: View next topic » |
Author |
Message
|
Goodfellas |
Posted: Tue Jan 05, 2010 11:32 am Post subject: TABLE |
|
|
Acolyte
Joined: 26 Feb 2009 Posts: 70
|
Hi,
Last edited by Goodfellas on Tue May 28, 2013 12:26 pm; edited 1 time in total |
|
Back to top |
|
 |
Vitor |
Posted: Tue Jan 05, 2010 11:44 am Post subject: Re: RUNMQDLQ AND RULES TABLE |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Goodfellas wrote: |
Am I missing something in the rules table. |
You're missing the fact your table says to forward all messages to TESTQ1 (because everything matches the first rule with REASON(*) the 2nd rule is irrelevant)
If you want them put back onto the queue they were destined for, I'd suggest RETRY rather than FWD. You might also want to consider restricting it to those REASON(MQRC_Q_FULL). _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Vitor |
Posted: Tue Jan 05, 2010 11:46 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Or use FWD and match messages by DESTQ _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
bruce2359 |
Posted: Tue Jan 05, 2010 11:53 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
Quote: |
REASON(*) ACTION(FWD) FWDQ('TESTQ1') FWDQM('QMGR1') HEADER(NO)
REASON(*) ACTION(FWD) FWDQ('TESTQ2') FWDQM('QMGR1') HEADER(NO) |
The first rule above REASON(*) says that ALL messages are to be forwarded to TESTQ1 on QMGR1, no matter why they are in the DLQ.
Do you intend to process the msgs on your DLQ to the queues that they were originally supposed to go to? If so, the rule should look like:
REASON(MQRC_Q_FULL) ACTION(RETRY) RETRY(5)
Take a look at the WMQ System Admin Guide, section entitled: An example DLQ handler rules table. _________________ 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 |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|