Show Message Queues

To display a list of all the message queues currently set up on your system and view their queue names and identifiers, use the following command:

swadm show_queues [queue_name]

where queue_name is the optional name of a queue, which you can use to only display queues matching this name.

The command lists the following information for each queue:

Queue ID is the unique identifier for the queue, assigned when the queue is created.
Queue Name is the descriptive name of the queue.
Queue Type identifies the type of messages held in the queue. This will be Local (for local messages).
Queues Desc specifies the physical database table that is used to hold the queue. See the add_queue command for a full description of the format of this entry.

The following example lists all the queues currently defined on iProcess Engine (Windows version).

swadm show_queues
Queue ID Queue Name Queue Type Queue Desc
1 BGMBOX1 Local 0003:swpro.sw_db_bgqueue_1
2 BGMBOX2 Local 0003:swpro.sw_db_bgqueue_2
3 WISMBOX1 Local 0003:swpro.sw_db_wisqueue_1
4 WISMBOX2 Local 0003:swpro.sw_db_wisqueue_2
5 DEADQUEUE Local 0003:swpro.sw_db_deadqueue
6 PREDICTMBOX1 Local 0003:swpro.sw_db_predictqueue_1
7 PREDICTMBOX2 Local 0003:swpro.sw_db_predictqueue_2