This topic has not yet been rated - Rate this topic

BrokeredMessage.CorrelationId Property

Gets or sets the identifier of the correlation.

Namespace:  Microsoft.ServiceBus.Messaging
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
public string CorrelationId { get; set; }

Property Value

Type: System.String
The identifier of the correlation.
ExceptionCondition
ObjectDisposedException

Thrown if the message is in disposed state.

The CorrelationId is used for a faster way to apply filtering rules. For example, you could create a filter that would process all messages with a specific CorrelationId. The advantage of using the CorrelationId to SessionId is that CorrelationId is saved in a hash table, which speeds up the filtering process.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.
facebook page visit twitter rss feed newsletter