UM Java API
6.16.1
|
Public Member Functions | |
UMQMessageId | queueMessageId () |
LBMMessage | message () |
int | status () |
int | flags () |
Class containing the current status of a UMQ message as reported by the queue daemon.
int com.latencybusters.lbm.UMQQueueMessageStatus.flags | ( | ) |
Get informational flags associated with the message in the queue; currently always returns 0.
References com.latencybusters.lbm.LBMMessage.promote(), and com.latencybusters.lbm.UMQQueueMessageStatus.status().
LBMMessage com.latencybusters.lbm.UMQQueueMessageStatus.message | ( | ) |
Gets the actual message data in the form of a normal LBMMessage object, if available. If not available, this will return null.
UMQMessageId com.latencybusters.lbm.UMQQueueMessageStatus.queueMessageId | ( | ) |
Gets the UMQ message ID of the message.
int com.latencybusters.lbm.UMQQueueMessageStatus.status | ( | ) |
Get the status of the message within the queue, or LBM::UMQ_QUEUE_MSG_STATUS_UNKNOWN if the status is unavailable.
Referenced by com.latencybusters.lbm.UMQQueueMessageStatus.flags().