10.24.0

IMessageCorrelationId Property

Gets/sets the CorrelationId. If not present, null is returned.

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
string CorrelationId { get; set; }

Property Value

String

Remarks

The CorrelationId is user-defined, carried end-to-end, and can also be matched in a selector, but otherwise is not relevant to the event broker. The CorrelationId may be used for peer-to-peer message synchronization. In JMS applications, this field is carried as the JMSCorrelationID Message Header Field.

See Also