Author |
Message
|
pandeg |
Posted: Wed Sep 23, 2015 6:04 am Post subject: Configuring backout queue for application |
|
|
Disciple
Joined: 21 Oct 2014 Posts: 195
|
Hi, We have one Queue Manager in which we have created local queues for multiple applications. Each application as 2 local queue. We want to configure Application Error Queue specific to each application. We have created a local error queue but not sure how to configure it with Application queues. |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Sep 23, 2015 6:08 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
If you're really talking about *backout* queues, rather than "application error queues", then you create one or more queues and then configure each application queues to know about those as backout queues.
In either case, you have to code the applications themselves to put messages to the error queues and/or to take advantage of backout queue information. _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Sep 23, 2015 6:20 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
JMS applications automatically take advantage of backout queues where configured... no program change needed for JMS  _________________ MQ & Broker admin |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Sep 23, 2015 6:24 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
fjb_saper wrote: |
JMS applications automatically take advantage of backout queues where configured... no program change needed for JMS  |
So do IIB message flows.
No indication of what kind of applications are being discussed here...  _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
pandeg |
Posted: Wed Sep 23, 2015 6:47 am Post subject: |
|
|
Disciple
Joined: 21 Oct 2014 Posts: 195
|
Quote: |
No indication of what kind of applications are being discussed here...  |
Thanks for all your replies !
We are using JMS application which uses MQ API to connect to Queue Manager. Instead to Application handling the poison messages and send to Backout queue, can we have MQ configured as JMS provided to handle these poison messages. I was going through an article where it is mentioned that using BOTHRESH and BOQNAME property of application queue , we can redirect poison messages to backout queue. Please suggest which is more efficient and easy to use. |
|
Back to top |
|
 |
Vitor |
Posted: Wed Sep 23, 2015 7:20 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
pandeg wrote: |
can we have MQ configured as JMS provided to handle these poison messages. |
fjb_saper wrote: |
JMS applications automatically take advantage of backout queues where configured... no program change needed for JMS |
Once again, you ask something that 30 seconds of experimentation & thought on your part would have answered.
Compounded by the fact that this question has already in fact been answered.
 _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|