|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
COD |
« View previous topic :: View next topic » |
Author |
Message
|
cvag |
Posted: Mon Apr 28, 2008 5:12 am Post subject: COD |
|
|
Centurion
Joined: 17 Mar 2008 Posts: 127
|
What is confirmation on delivery?
Which properties i have to configure for COD?
i set the properties
SET OutputRoot.MQMD.Report = MQRO_COD;
SET OutputRoot.MQMD.MsgType = Request;
SET OutputRoot.MQMD.ReplyToQ = AcknowledgeQueuename;
I have found no errors but the acknowledgemsg is not coming on to the AcknowledgeQueuename
Can anybody pls help regarding this
Thanks in Advance |
|
Back to top |
|
 |
Vitor |
Posted: Mon Apr 28, 2008 5:18 am Post subject: Re: COD |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
cvag wrote: |
What is confirmation on delivery? |
It's a message generated when a message is read from it's target queue by an application.
cvag wrote: |
Which properties i have to configure for COD?
i set the properties
SET OutputRoot.MQMD.Report = MQRO_COD;
SET OutputRoot.MQMD.MsgType = Request;
SET OutputRoot.MQMD.ReplyToQ = AcknowledgeQueuename;
|
Those sound right
cvag wrote: |
I have found no errors but the acknowledgemsg is not coming on to the AcknowledgeQueuename
|
A lot of things have to happen for this to work. Ensure there's a default route from the reporting queue manager, that the reporting queue manager has the correct authorities, etc, etc.
Two things to do specifically:
- review the post on the forum regarding confirmation messages. It's been discussed before, and many of the problems have been discussed
- think carefully if you really need these messages, or if it's just a business requirement with no basis in fact. These messages often cause more problems than they solve, and this has been discussed as well!! _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
AkankshA |
Posted: Mon Apr 28, 2008 8:35 pm Post subject: Re: COD |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
cvag wrote: |
I have found no errors but the acknowledgemsg is not coming on to the AcknowledgeQueuename
|
For COD the responce comes only when the msg is being picked/read/deleted from the destination queue... _________________ Cheers |
|
Back to top |
|
 |
Bill.Matthews |
Posted: Tue Apr 29, 2008 5:20 am Post subject: Re: COD |
|
|
 Master
Joined: 23 Sep 2003 Posts: 232 Location: IBM (Retired)
|
AkankshA wrote: |
cvag wrote: |
I have found no errors but the acknowledgemsg is not coming on to the AcknowledgeQueuename
|
For COD the responce comes only when the msg is being picked/read/deleted from the destination queue... |
I would extend this answer .. "when the message is non-persistent"
A COD for a Persistent message does not flow until the application does an explicit or implicit commit. _________________ Bill Matthews |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|