Posted: Thu Dec 18, 2008 10:51 pm Post subject: Can I set backoutcount?
Partisan
Joined: 09 Aug 2001 Posts: 332
MB 6.0.2
MQInput -> Compute -> MQOutput
Code inside Compute node is:
Code:
SET OutputRoot = InputRoot;
SET OutputRoot.MQMD.BackoutCount = OutputRoot.MQMD.BackoutCount + 1;
RETURN TRUE;
When I debug and stop the flow just before the MQOutput node I can see that the value in MQMD.BackoutCount is 1 (one), but when I look at the message in the output queue the value for Backout count is 0 (zero).
Can this property only be set by the queue manager when you roll back? Or am I just doing something really silly here?
Thanks all. _________________ If you do not know the answer or you get the urge to answer with "RTFM" or "Search better in this forum", please refrain from doing so, just move on to the next question. Much appreciated.
Francois, check the documentation again. From memory I believe this field is read only and gets set by the qmgr upon roll back. _________________ MQ & Broker admin
Thanks! _________________ If you do not know the answer or you get the urge to answer with "RTFM" or "Search better in this forum", please refrain from doing so, just move on to the next question. Much appreciated.
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