I created an app that did an MQGET w/SYNC and then did an MQBACK, and did both of those operations within a loop a number of times equal to a parm I pass in. This was to prepare for another program that gets a message, determines the backout count and compares it to the BOTHRESH.
From: Robert Broderick <[EMAIL PROTECTED]> on 01/28/2003 08:42 AM Please respond to MQSeries List <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] cc: Subject: Re: Using the backout mechanisme This is an interesting question Erik, I just tried to use the RFHUTIL to put a message to a queue and modify the BACKOUT Count. NG The GUI doesn't allow you to mess with the field. AAAAGGGGHHHH but this may be some latent power hungry programmer restriction!! I try to use MQExplorer to put a message and modify the field. The person who programmed this must have been the other guys brother. With putting a "TEXT" message you cannot modfy ANYTHING!!! Now this is not to say that in your program you could not modify the BACKOUT COUNT on a MQPUT. NOW...remembering an old addage "If at first you don't succeed. READ THE INSTRUCTIONS!!!!" (very good advice...I think I will try that someday!!) Anyway here is what the book sez... This is an output field for the MQGET call. It is ignored for the MQPUT and MQPUT1 calls. The initial value of this field is 0. So the programmer was right and my initial statement WRONG (ready...aim....fire!!!!!) SO the suggestion is if you MQPUT the message back to the origional queue the BACKOUT COUNT should get reset to zero (0) and the whole ugly mess will start all over again!! bobbee >From: Emile Kearns <[EMAIL PROTECTED]> >Reply-To: MQSeries List <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: Using the backout mechanisme >Date: Tue, 28 Jan 2003 13:29:45 +0200 > >As far as I remember, there are 2 things you can set: > >1. Backout ReQueue Name (BOQNAME) and >2. Backout Threshold (BOTHRESH). > >I am not sure about repairing it, you need to investigate what the >problem is before sending it back(my 5 cents). > > > >-----Original Message----- >From: Dijkerman, E (Erik) [mailto:[EMAIL PROTECTED]] >Sent: 28 January 2003 12:43 >To: [EMAIL PROTECTED] >Subject: Using the backout mechanisme > > >Dear Listeners, > >Do you use the Backout Counter & Queue to send a message to the Backout >Queue, repair it and send it back again? And if you do how do you deal >with the backout counter ?? > >Regards, >Erik Dijkerman X >Rabobank ICT/Serverbedrijf >PIM/OS390 ZL-S206400 >Mailbox 17100, 3500 HG Utrecht >*(030) 215 4878 >*(030) 215 3085 > > >? [EMAIL PROTECTED] > > "The greatest amount of wasted time is the time not getting started." > >- Dawson Trotman > > > >================================================ >De informatie opgenomen in dit bericht kan vertrouwelijk zijn en is >uitsluitend bestemd voor de geadresseerde. Indien u dit bericht >onterecht ontvangt, wordt u verzocht de inhoud niet te gebruiken en de >afzender direct te informeren door het bericht te retourneren. >================================================ >The information contained in this message may be confidential and is >intended to be exclusively for the addressee. Should you receive this >message unintentionally, please do not use the contents herein and >notify the sender immediately by return e-mail. > >Instructions for managing your mailing list subscription are provided in >the Listserv General Users Guide available at http://www.lsoft.com >Archive: http://vm.akh-wien.ac.at/MQSeries.archive > >Instructions for managing your mailing list subscription are provided in >the Listserv General Users Guide available at http://www.lsoft.com >Archive: http://vm.akh-wien.ac.at/MQSeries.archive _________________________________________________________________ MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus Instructions for managing your mailing list subscription are provided in the Listserv General Users Guide available at http://www.lsoft.com Archive: http://vm.akh-wien.ac.at/MQSeries.archive Instructions for managing your mailing list subscription are provided in the Listserv General Users Guide available at http://www.lsoft.com Archive: http://vm.akh-wien.ac.at/MQSeries.archive
