Show Mbox Sets
To display a list of current Mbox sets defined on iProcess Engine, use the following command:
swadm show_mboxsets [v]
The command lists the following information for each Mbox set:
| • | Mboxset ID is the unique identifier for the Mboxset, assigned when the Mbox set is created. |
| • | Mboxset Name is the descriptive name of the Mbox set. |
| • | Queue Type identifies the type of messages held in queues in the Mbox set. This will be Local (for local messages). |
If the v option has been specified, the following information is also displayed:
| • | Queues in MBOX Set list the queues that belong to the Mbox set. Queues are listed by their unique queue identifier. (You can use the show_queues command to find out more about each queue.) |
The following example shows the use of the basic show_mboxsets command.
swadm show_mboxsets |
||
| Mboxset ID | Mboxset Name | Queue Type |
| 1 | BGMBSET | Local |
| 2 | WMDMBSET | Local |
| 3 | PREDICTMBSET | Local |
The following example shows the use of the show_mboxsets v command.
swadm show_mboxsets v |
|||
| Mboxset ID | Mboxset Name | Queue Type | Queues in MBOX Set |
| 1 | BGMBSET | Local | 1,2 |
| 2 | WMDMBSET | Local | 3,4 |
| 3 | PREDICTMBSET | Local | 6,7 |