Body or Payload
The third section of a message is its body, also known as the payload. The JMS specification expects JMS providers to implement and support six message interface types. The adapter supports all six of the following types.
- Message ("Message" )
- Bytes Message ("Bytes Message" )
- Stream Message ("Stream Message" )
- MapMessage ("MapMessage" )
- TextMessage ("TextMessage" )
- ObjectMessage ("ObjectMessage" )