Queue Messages (ttaad8126m000)

Use this session to view messages in an application message queue.

On the Actions menu, you can click Show Content to view the content of the selected message.

Field Information

Queue Name
The name of the queue.
Priority
The priority of a queue message. Queue messages with a high priority are processed before messages with a low priority.

Possible values:

  • Highest
  • High
  • Normal
  • Low
  • Lowest
Timestamp
The time when the queue message entered the queue.
Message ID
A unique identifier for the queue message.
Status
The status of the queue message.
  • Prepared – An intermediate state in which the queue message properties are stored, but the message content is not yet stored.
  • Stored – The queue message is fully stored in the queue and ready to be received by a consumer.
  • Inflight – The queue message has been received by a consumer and is typically being processed.
Visibility Timeout
Specifies how long, in seconds, the queue message remains hidden from other consumers.
Note: Applies to queue messages with the Inflight status.
Visibility Timestamp
Specifies the time after which the message becomes visible to consumers again.
Note: Applies to queue messages with the Inflight status.
Receipt Handle
A unique ID provided to the consumer when the consumer receives the message from the queue. The consumer must provide this ID to delete the queue message after processing. If the queue message becomes visible to other consumers again, the receipt handle is no longer valid, and deleting the message fails.
Note: Applies to queue messages with the Inflight status.
Message Size
The size, in bytes, of the queue message content.
Keyword 1
A queue message-specific keyword.
Keyword 2
A queue message-specific keyword.
Keyword 3
A queue message-specific keyword.
Keyword 4
A queue message-specific keyword.