![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
MessageWithNoBody1
For MapMessage messages, you create properties whose names match the message keys.BytesMessageSerializer decodes the body as a sequence of bytes and parses them to create an XML structure according to the payload definition in the event. UtfBytesMessageSerializer is similar to the BytesMessageSerializer except that it serializes the payload using writeUTF() instead of writeBytes(), and deserializes the payload using readUTF() instead of readBytes(). TextMessageSerializer decodes the text from the message as an XML string. MessageWithNoBody serializer does not serialize or deserialize the payload.The UtfBytesMessageSerializer is similar to the BytesMessageSerializer, except that it serializes the payload using writeUTF() and deserializes the payload using readUTF().For incoming messages, the TextMessageSerializer serializer converts JMS TextMessage messages to event payloads. The payloads are XML String type, and are human-readable. You can access them using XPath functions.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |