Posted: Sat Jun 24, 2006 9:56 am Post subject: how BACKOUT works
Grand Master
Joined: 07 Oct 2004 Posts: 1003
I thought BACKOUT mechanism was provided by MQ,
and it was MQ that was moving the message to the Backout queue
when the limit was reached at using MQBACK() ...
... I see I have to move the message manually !?!?!?
Can someone provide a pointer to any book saying
that it has to be my code that moves the message
to the Backout Queue ???
Thanks.
Also I dont understand why it has to be a LOCAL queue ...
Why if I want to send to a Remote Queue Manager ?
+++++++++++++++++++++++++++++++++++++
All I have found is ... this :
MQ manual says (DEFINE QLOCAL at MQSC command ref) :
+++++++++++++++++++++++++++++++++++++
BOTHRESH(integer)
The backout threshold.
This parameter is supported only on local and model queues.
Apart from maintaining a value for this parameter, the queue manager
takes no action based on its value.
+++++++++++++++++++++++++++++++++++++
This is the excessive backout requeue queue name. Apart from allowing its value to be queried, the queue manager takes no action based on the value of this attribute.
It doesn't have to be a local queue. But only local queues have an attribute called BackoutRequeueQName that you have to find the value of and then use. That q name could be a remote q, or an alias queue, or a cluster queue. _________________ Peter Potkay
Keep Calm and MQ On
This is the excessive backout requeue queue name. Apart from allowing its value to be queried, the queue manager takes no action based on the value of this attribute.
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