CorrelationFilter interface

Represents the correlation filter expression.

Properties

contentType

Content type of the message.

correlationId

Identifier of the correlation.

label

Application specific label.

messageId

Identifier of the message.

properties

dictionary object for custom filters

replyTo

Address of the queue to reply to.

replyToSessionId

Session identifier to reply to.

requiresPreprocessing

Value that indicates whether the rule action requires preprocessing.

sessionId

Session identifier.

to

Address to send to.

Property Details

contentType

Content type of the message.

contentType?: string

Property Value

string

correlationId

Identifier of the correlation.

correlationId?: string

Property Value

string

label

Application specific label.

label?: string

Property Value

string

messageId

Identifier of the message.

messageId?: string

Property Value

string

properties

dictionary object for custom filters

properties?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

replyTo

Address of the queue to reply to.

replyTo?: string

Property Value

string

replyToSessionId

Session identifier to reply to.

replyToSessionId?: string

Property Value

string

requiresPreprocessing

Value that indicates whether the rule action requires preprocessing.

requiresPreprocessing?: boolean

Property Value

boolean

sessionId

Session identifier.

sessionId?: string

Property Value

string

to

Address to send to.

to?: string

Property Value

string