SourceForge.net Logo

Requirement: message.correlation

The JMSCorrelationID header field may be used to link one message with another. It can contain a provider-specific message ID, an application-specific string, or a provider-native byte[] value. The application-specific string must not start with the 'ID:' prefix: this is reserved for provider generated messages Ids.

See:

  • Section 2.10, Request/Reply
  • Section 3.4.5, JMSCorrelationID
  • Section 3.4.11, How Message Header Values Are Set