[TIBCO.EMS .NET Admin client library 7.0 documentation]

Get the list of messages that are about to be consumed on commit of this transaction.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public DetailedTransactionInfo..::.ConsumerMessage[] ConsumerMessages { get; }
Public ReadOnly Property ConsumerMessages As DetailedTransactionInfo..::.ConsumerMessage()
public:
property array<DetailedTransactionInfo..::.ConsumerMessage^>^ ConsumerMessages {
	array<DetailedTransactionInfo..::.ConsumerMessage^>^ get ();
}

See Also