i am not able to set JMSMessageID when i publish a message to a queue
Hi,
I am trying to set JMSMessageID using
Message_id="5555";
tmessage.setJMSMessageID(MESSAGE_ID);
statement. but i could set that id. the EMS server is setting some id by default. is there any possibliity to change that id and give user definied id? if so let me know how to do that. the below code is receiver message log for your reference.
Received message: TextMessage={ Header={ JMSMessageID={ID:EMS-SERVER.CC046811102
1A:2} JMSDestination={Queue[TestStub_Queue]} JMSReplyTo={Queue[TestStub_Queue]}
JMSDeliveryMode={PERSISTENT} JMSRedelivered={false} JMSCorrelationID={3} JMSType
={TextMessage} JMSTimestamp={Thu Jun 28 15:06:52 IST 2007} JMSExpiration={Thu Ju
Regards,
yasodhar.

