![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
tibems_status tibemsMsg_SetCorrelationID(tibemsMsg message,
message has usage pointer.
• Message ID A message ID is a unique string that the provider assigns to a message. Programs can use these IDs to correlate messages. For example, a program can link a response to a request by setting the correlation ID of a response message to the message ID of the corresponding request message.Message ID strings begin with the prefix ID: (which is reserved for this purpose).
• String Programs can also correlate messages using arbitrary strings, with semantics determined by the application.
• Byte Array This implementation does not support byte array values for the correlation ID property. The JMS specification does not require support.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |