Posted: Tue Dec 14, 2004 8:33 am Post subject: XML as Text Message
Chevalier
Joined: 22 Jan 2003 Posts: 429
I am doing publish of an XML doc as a TextMessage using JMS. Creating XML text programmatically (not writing to a file) and assigning this text to TextMessage object. Getting this error while subscriber receives the same message:
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
I don't think you're missing anything. It looks like you are using system.out.println to print the message. WMQ only prints out the first part of the actual message text rather than all of it. In your example, this results in 113 characters being omitted from the print out.
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