Hello Friends,
These are the headers of the JMS Message: JMSDestination, JMSRedelivered, JMSTimestamp, JMSExpiration, JMSType, JMSDeliveryMode, JMSMessageID=, JMSXGroupID, JMSCorrelationID, JMSPriority, JMSReplyTo I want to know is there any way to add header to the JMS Messages? Had used the method setHeader(String name, String value) but unfortunately it doesnt work. What is the other way to set the header along with the value and also to retrieve the same? Thanks and Regards, Nawaz Ahmed