Posted: Thu Feb 19, 2004 9:44 pm Post subject: correlation id problem
Newbie
Joined: 05 Feb 2004 Posts: 3
Hi,
Iam facing a problem related to correlation id, actually I want to generate a unique correlation id for every message so Iam using the following statement in the put message options
MQPutMessageOptions pmo = new MQPutMessageOptions();
pmo.options = MQC.MQPMO_NEW_CORREL_ID;
after this iam putting the message to queue. in this way iam generating 10 messages and putting to queue.
after that Iam reading the messages from the queue without any filter and printing the correlation id from those 10 messages, but the correlation ids are different from which are generated earlier.
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