Author |
Message
|
cute_pav |
Posted: Fri Aug 30, 2002 12:51 pm Post subject: need Information about backout requeue |
|
|
Acolyte
Joined: 04 Jan 2002 Posts: 65 Location: usa
|
Hi,
I am using xml to mrm conversion with MQSI2.1. when xml format fails with input message, the message stuck on MQInputNode defined queue.
I tried using Backout reque for the specific input queue by defining as follows:
Alter ql(IN_Que) BOQNAME(BO_Que) BOTHRESH(2)
I could see the attributes in IN_Que.
But the backout is not working for missmatch in XML format of the input message.Always the message is available in IN_Que only.
Can anyone know how to solve the problem?
Note: I also did following:
defined dead letter queue for the specific qmgr.
wired input catch terminal to fail.
the problem remains the same.
I will appreciate information on setting Backout requeue for input queue. |
|
Back to top |
|
 |
kirani |
Posted: Fri Aug 30, 2002 1:43 pm Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
Does BO_Que queue exist on the same queue manager?
If you have MQInput node's catch terminal connected to some "Fail" queue, your message will goto that queue.
Following thread explains more about this ..
http://www.mqseries.net/phpBB2/viewtopic.php?t=4592&highlight=backout _________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
|
|
Back to top |
|
 |
Lisa |
Posted: Mon Sep 02, 2002 4:41 pm Post subject: Backout Queue Problem |
|
|
Master
Joined: 07 Jun 2002 Posts: 287 Location: NJ
|
Hi All,
Please review the latest WMQI 2.1 CSD3 release:
IC31825 - BOTHRESH AND BOQNAME NOT WORKING PROPERLY WHEN ERROR OCCURS ON
This may resolve your problem.
Lisa |
|
Back to top |
|
 |
cute_pav |
Posted: Tue Sep 03, 2002 5:36 am Post subject: |
|
|
Acolyte
Joined: 04 Jan 2002 Posts: 65 Location: usa
|
hi,
kirani => thanks for your info but I have already checked on those lines.
I could see the message is on MQInputNode even after catch is wired to fail.
Lisa => can you give me direct link for checking CSD3 for wqsi2.1 details |
|
Back to top |
|
 |
Lisa |
Posted: Tue Sep 03, 2002 9:18 am Post subject: Backout queue |
|
|
Master
Joined: 07 Jun 2002 Posts: 287 Location: NJ
|
|
Back to top |
|
 |
kirani |
Posted: Tue Sep 03, 2002 10:13 am Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
cute_pav,
Could you please explain your message flow here? We will see what is going wrong here.
I have used these options/logic in our Error Handling Messageflow design and they seems to work fine. _________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
|
|
Back to top |
|
 |
|