Supported JMS Message Format

TIBCO ActiveMatrix BPM can publish JMS messages using the TIBCO ActiveMatrix BPM Event format.

Messages published in TIBCO ActiveMatrix BPM Event format conform to the definition of the Event element in the EventCollectorQueryService schema (ec-basetypes.xsd).

The following diagram provides a brief summary of this schema. For complete information refer to the TIBCO ActiveMatrix BPM - BPM Developer’s Guide.

The following example shows a simple JMS message that uses the TIBCO ActiveMatrix BPM schema.

<Event>
   <correlationId>8F534823-F097-4106-86ED-A6F423731579</correlationId>
   <eventTimestamp>2009-10-02T09:38:28.220+01:00</eventTimestamp>
   <messageId>SAMPLE_MESSAGE_ID</messageId>
   <message>Test message</message>
   <severity>INFO</severity>
   <priority>Medium</priority>
</Event>