Skip to main content
Reads the contents of a message item and returns the message body in a single output string.

Optional Parameters

  • encoding: The encoding to use to decode the message data as string. The allowed values are determined by the JVM/OS being used. Values for encodings that are generally supported by most operating systems and JVMs include UTF-8, ASCII, BASE64, Hex, windows-1252, and ISO-8859-2. The default is UTF-8.

Output Attributes

  • data: The message data.

Example

Replace Commas with Pipe Characters ( | )