Is it possible to send the DOM object in a JMS Message?Currently, I am using the XML in text format as message bodybut that shifts the processing logic to the MessageListener which Iwant to avoid.
If I am right, JMS allows 7 different types of data. All you have to do is,in the Message Header you got to mention which type of data you would liketo send.Once it is set, try sending the data. I hope this works.