SetCorrelation Method

Applies To

OAQMsg

Description

Sets the identification for the message. This can then be used as a means to dequeue specific messages.

Usage

void SetCorrelation(const char *corr) const throw(
OException)

Arguments

corr
A string identifying the message
Remarks

Applicable only for a message that is being enqueued.

See Also

Refer to
SetCorrelate for dequeuing using this identifier.

Contents