TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.GetMessages Method 

Get the messages that have the given correlation ID.

public Message[] GetMessages(
   string correlationID
);

Parameters

correlationID
The correlation ID of the messages to retrieve.

Return Value

The array of messages with the given correlation ID.

Exceptions

Exception Type Condition
AdminException if not authorized or an error occurred.
ArgumentException if correlationID is not a legal ID.

See Also

Admin Class | TIBCO.EMS.ADMIN Namespace