JMS message as input

The JMS message is a Java object and therefore it is not possible to parse the message as a bit stream. When the message is received, the header data, property data, and payload data are extracted by using the JMS API. For information on the header, properties, and payload of JMS messages, refer to JMS message structure.

The following topics describe how the different parts of the JMS message are obtained, and how the message is parsed:
Related concepts
JMS message transformation
Related reference
JMS message structure
JMS message types
Representation of messages across the JMS Transport
JNDI administered objects
JMS message for output
JMSInput node