TIBCO EMS .NET API 8.5
TIBCO EMS .NET API 8.5
TIBCO.EMS.ADMIN.DetailedTransactionInfo.ConsumerMessage Class Reference

This class represents a Message that is about to be consumed on commit. More...

Inheritance diagram for TIBCO.EMS.ADMIN.DetailedTransactionInfo.ConsumerMessage:
TIBCO.EMS.ADMIN.DetailedTransactionInfo.XAMessage

Public Member Functions

override String ToString ()
 Gives a string representation of current objects data. More...
 
- Public Member Functions inherited from TIBCO.EMS.ADMIN.DetailedTransactionInfo.XAMessage
override String ToString ()
 Gives a string representation of current objects data. More...
 

Properties

long ConsumerID [get]
 Get the consumer ID of the Consumer consuming this message. More...
 
- Properties inherited from TIBCO.EMS.ADMIN.DetailedTransactionInfo.XAMessage
string DestinationName [get]
 Get the destination name to which this message was sent. More...
 
DestinationType Type [get]
 Get the destination type to which this message was sent. DestinationType.All indicates the destination could not be found. More...
 
string MessageID [get]
 Get the message ID of this message. More...
 

Detailed Description

This class represents a Message that is about to be consumed on commit.

Member Function Documentation

override String TIBCO.EMS.ADMIN.DetailedTransactionInfo.ConsumerMessage.ToString ( )
inline

Gives a string representation of current objects data.

Returns
String representation of current instance.

Property Documentation

long TIBCO.EMS.ADMIN.DetailedTransactionInfo.ConsumerMessage.ConsumerID
get

Get the consumer ID of the Consumer consuming this message.

Returns
The consumer ID of the Consumer consuming this message or 0 if the consumer does not exist anymore.

Copyright © Cloud Software Group, Inc. All rights reserved.