Using SWDIR\util\swadm to Administer Mbox Sets, Message Queues, and Messages
You can use the swadm utility, which is located in the SWDIR\util directory, to administer (view, add, delete, and modify) Mbox sets, queues, and messages. Note that:
| • | To use this utility, you must be logged in to iProcess Engine as an Administrator or (on UNIX) as a background use or root user. |
| • | If you are using a node cluster architecture, you can run this utility from any server within the cluster (as long as that server has a connection to the TIBCO iProcess Engine database instance). |
The following table summarizes the commands you can use to administer Mbox sets, message queues, and messages.
|
Area |
Task |
swadm Command |
|
Mbox sets |
show_mboxsets |
|
|
add_mboxset |
||
|
add_queue_to_mboxset |
||
|
delete_queue_from_mboxset |
||
|
update_mboxset |
||
|
delete_mboxset |
||
|
Queues |
show_queues |
|
|
add_queue |
||
|
update_queue |
||
|
delete_queue |
||
|
Messages |
show_messages |
|
|
|
count_messages |
|
|
|
detail_message |
|
|
|
restore_dead_messages |
|
|
|
delete_messages |
These commands read and update the mbox_set, mbox_set_group, and iql_queues database tables.
Subtopics