Posted: Fri Oct 31, 2008 5:22 am Post subject: Coordinating messages between MQInput and MQGet
Novice
Joined: 21 Aug 2008 Posts: 18
Part of my flow is MQInput and MQGet. Messages in both queues have the same correlationID and I do not have a problem to extract them. The question is, what if I get message from MQInput woth corrID which is not exist in MQGet queue. What happened with this message?, How many times it will try to call MQget or How long? How I can handle this process?
Posted: Fri Oct 31, 2008 6:10 am Post subject: Re: Coordinating messages between MQInput and MQGet
Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
sjp wrote:
The question is, what if I get message from MQInput woth corrID which is not exist in MQGet queue. What happened with this message?
The short answer is "whatever you've coded to happen". The MQGet node will flow through the "No Message" terminal and off into whatever you've said to next.
sjp wrote:
How many times it will try to call MQget or How long?
See above
sjp wrote:
How I can handle this process?
However you'd like. Presumably such a circumstance indicates a failure elsewhere (possibly in a business process) so I'd propose that such messages go into a queue for manual intervention.
Or not, as you see fit. _________________ Honesty is the best policy.
Insanity is the best defence.
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