show queues
show queues [pattern-name [notemp|static|dynamic] [first=n|next=n|last=n]]
If a pattern-name is not entered, this command shows a list of all queues.
If a
pattern-name is entered (for example
foo.*
or
foo.>
) this command shows a list of queues that match that pattern. See
Wildcards * and > for more information about using wildcards.
You can further refine the list of queues that match the pattern by using one of the following parameters:
notemp
— do not show temporary queuesstatic
— show only static queuesdynamic
— show only dynamic queues
When a pattern-name is entered, you can also cursor through the list of queues using one of the following commands, where n is whole number:
first
=n — show the first n queuesnext
=n — show the next n queueslast
=n — show the next n queues and terminate the cursor
The cursor examines
n queues and displays queues that match the
pattern-name. Because it does not traverse the full list of queues, the cursor may return zero or fewer than
n queues. To find all matching queues, continue to use next until you receive a
Cursor complete
message.
A * appearing before the queue name indicates a dynamic queue.
Heading | Description |
---|---|
Queue Name | Name of the queue. If the name is prefixed with an asterisk (*), then the queue is temporary or was created dynamically. Properties of dynamic and temporary queues cannot be changed. |
SNFGXIBCT | Prints information on the topic properties in the order
(S)ecure (N)sender_name or sender_name_enforced (F)ailsafe (G)lobal e(X)clusive (I)mport (B)ridge (C)flowControl (T)race The characters in the value section show: - Property not present + Property is present, and was set on the topic itself * Property is present, and was inherited from another queue Note that inherited properties cannot be removed. |
Pre | Prefetch value. If the value is followed by an asterisk (*), then it is inherited from another queue or is the default value. |
Rcvrs | Number of currently active receivers |
All Msgs
Msgs Size |
Number of pending messages Total size of pending messages |
Persistent Msgs
Msgs Size |
Number of pending persistent messages Total size of pending persistent messages |
For more information, see Destination Properties.