Copyright © TIBCO Software Inc. All rights reserved
Copyright © TIBCO Software Inc. All rights reserved


Chapter 1 Overview : JMS Message Structure

JMS Message Structure
JMS messages have a standard structure. This structure includes the following sections:
The JMS specification details a standard format for the header and body of a message. Properties are provider-specific and can include information on specific implementations or enhancements to JMS functionality. The adapter supports the following properties:
Specified in the FILE_OPTIONS element of the FileType section of the FilePublisher and FileSubscriber configuration files. Valid values are 'body' and 'null'
When body is specified, the entire EMS message is tracked on the EMS server.
When null is specified, only the header of the message is tracked.
The JMS standard specifies two delivery modes for messages, PERSISTENT and NON_PERSISTENT. TIBCO EMS also includes RELIABLE_DELIVERY. This delivery mode eliminates some of the overhead associated with the other delivery modes.
For consumer sessions, you can also specify that consumers do not need to acknowledge receipt of messages, if desired.
More information about properties specific to TIBCO EMS can be found in the TIBCO Enterprise Message Service Java API Reference.
 

Copyright © TIBCO Software Inc. All rights reserved
Copyright © TIBCO Software Inc. All rights reserved