USER_QUEUES v11
The USER_QUEUES
view provides information about any queue on which the current user has usage privileges.
Name | Type | Description |
---|---|---|
name | TEXT | The name of the queue. |
queue_table | TEXT | The name of the queue table in which the queue resides. |
qid | OID | The system-assigned object ID of the queue. |
queue_type | CHARACTER VARYING | The queue type; may be EXCEPTION_QUEUE , NON_PERSISTENT_QUEUE , or NORMAL_QUEUE . |
max_retries | NUMERIC | The maximum number of dequeue attempts. |
retrydelay | NUMERIC | The maximum time allowed between retries. |
enqueue_enabled | CHARACTER VARYING | YES if the queue allows enqueuing; NO if the queue does not. |
dequeue_enabled | CHARACTER VARYING | YES if the queue allows dequeuing; NO if the queue does not. |
retention | CHARACTER VARYING | The number of seconds that a processed message is retained in the queue. |
user_comment | CHARACTER VARYING | A user-specified comment. |
network_name | CHARACTER VARYING | The name of the network on which the queue resides. |
sharded | CHARACTER VARYING | YES if the queue resides on a sharded network; NO if the queue does not. |