Posted: Wed May 23, 2007 9:47 am Post subject: Using Message Groups in COBOL/CICS
Newbie
Joined: 23 May 2007 Posts: 1
Hi,
I am facing a problem with an MQ interface.
According to my requirement a group of messages incoming from another application consitute a single event and hence these messages need to be read together and processed in the same server instance.
IBM MQ Series does not guarantee this even if the sending transaction is committing the MQ Data at once.
In order to ensure this, I intend to use the Message Grouping feature of the MQ series. This feature will help group messages and retrieve them as per groups.
It also provides for an option to retrieve a group of messages only when the entire group to which it belongs to is available on the MQ.
However, I am not very sure about the syntax that is to be followed for this change and the the IBM website provides sample code only in C or Java.
Kindly let me know if you have implemented such a interface or have some sample COBOL code which implements Message grouping.
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