Author |
Message
|
jaipalreddy |
Posted: Mon Mar 04, 2013 9:57 pm Post subject: DLQ rulestable |
|
|
Novice
Joined: 27 Feb 2013 Posts: 11
|
how to write DLQ rules table in linux platform please explain
Last edited by jaipalreddy on Mon Mar 04, 2013 10:56 pm; edited 1 time in total |
|
Back to top |
|
 |
Mr Butcher |
Posted: Mon Mar 04, 2013 10:28 pm Post subject: |
|
|
 Padawan
Joined: 23 May 2005 Posts: 1716
|
it is already explained in the documentation......which part didn't you understand? _________________ Regards, Butcher |
|
Back to top |
|
 |
jaipalreddy |
Posted: Mon Mar 04, 2013 10:38 pm Post subject: |
|
|
Novice
Joined: 27 Feb 2013 Posts: 11
|
Mr Butcher wrote: |
it is already explained in the documentation......which part didn't you understand? |
runmqdlq DLQ QM retryint(2) reason(*) action(fwd) fwdq() fwdqm() if i write like this will it work? |
|
Back to top |
|
 |
exerk |
Posted: Tue Mar 05, 2013 1:29 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
jaipalreddy wrote: |
Mr Butcher wrote: |
it is already explained in the documentation......which part didn't you understand? |
runmqdlq DLQ QM retryint(2) reason(*) action(fwd) fwdq() fwdqm() if i write like this will it work? |
Have you tried it and had it fail? Have you done anything other than requesting people to do your work for you? _________________ 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 |
|
 |
gbaddeley |
Posted: Tue Mar 05, 2013 2:38 pm Post subject: |
|
|
 Jedi Knight
Joined: 25 Mar 2003 Posts: 2538 Location: Melbourne, Australia
|
jaipalreddy, what exerk is trying to say is that you should read the WMQ Infocenter documentation on the DLQ handler program and rules file, understand what it means, and then try to implement it. Don't use this forum as a first port of call. _________________ Glenn |
|
Back to top |
|
 |
sbk |
Posted: Thu Mar 07, 2013 10:19 am Post subject: |
|
|
Novice
Joined: 25 Jan 2012 Posts: 22
|
Try this. This may work...
INPUTQM(deadletterqueuemanager) INPUTQ('DEADletterQ') WAIT(NO) ACTION(FWD) FWDQM(Queuemanager to which you want to process these messages) FWDQ('queuename to which you want to send these messages to') HEADER(NO)
Thanks,
SBK... |
|
Back to top |
|
 |
exerk |
Posted: Thu Mar 07, 2013 1:44 pm Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
sbk wrote: |
Try this. This may work...
INPUTQM(deadletterqueuemanager) INPUTQ('DEADletterQ') WAIT(NO) ACTION(FWD) FWDQM(Queuemanager to which you want to process these messages) FWDQ('queuename to which you want to send these messages to') HEADER(NO)
Thanks,
SBK... |
Give a man a fish etc. _________________ 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 |
|
 |
|