Get Service Queues Queue
Constructors
Properties
The total number of messages that are in the Active state in the queue. The value is an approximate number.
The time when the queue was created. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since the epoch time January 1, 1970, 00:00:00 UTC.
The total number of the messages that are in the Delayed state in the queue. The value is an approximate number.
The delay period after which all messages that are sent to the queue can be consumed. Unit: seconds.
The total number of the messages that are in the Inactive state in the queue. The value is an approximate number.
The time when the queue was last modified. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since the epoch time January 1, 1970, 00:00:00 UTC.
Indicates whether the log management feature is enabled for the queue.
The maximum size of a message body that can be sent to the queue. Unit: bytes.
The maximum period for which a message can be retained in the queue. A message that is sent to the queue can be retained for a specified period. After the specified period ends, the message is deleted no matter whether it is consumed. Unit: seconds.
The maximum period for which a ReceiveMessage request waits if no message is available in the queue. Unit: seconds.
The internal url of the queue.
The invisibility period for which the received message remains the Inactive state. Unit: seconds.