Posted: Mon Jun 21, 2004 10:08 pm Post subject: Copying MessageId
Novice
Joined: 05 Apr 2004 Posts: 20
I have written a java program in which i pick up message from one queue (input queue) and copy it onto a different queue(output queue). All the attributes of the message are being copied to the message in the output queue but a new messageId is being generated for the message that is being put onto the output queue. Is there a way whereby we can pass the message id also?
I am using
putOptions = MQC.MQPMO_SET_ALL_CONTEXT + MQC.MQPMO_FAIL_IF_QUIESCING;
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