This class represents a Message that is about to be consumed on commit.
More...
|
override String | ToString () |
| Gives a string representation of current objects data. More...
|
|
override String | ToString () |
| Gives a string representation of current objects data. More...
|
|
|
long | ConsumerID [get] |
| Get the consumer ID of the Consumer consuming this message. More...
|
|
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...
|
|
This class represents a Message that is about to be consumed on commit.
override String TIBCO.EMS.ADMIN.DetailedTransactionInfo.ConsumerMessage.ToString |
( |
| ) |
|
|
inline |
Gives a string representation of current objects data.
- Returns
- String representation of current instance.
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.