Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 7 Administering Message Queues and Mbox Sets : Using SWDIR\util\swadm to Administer Mbox Sets, Message Queues and Messages : Delete a Message Queue From an Mbox Set

Delete a Message Queue From an Mbox Set
To remove a queue from an Mbox set, use the following command:
swadm delete_queue_from_mboxset mboxset_id queue_id
where:
mboxset_id is the unique identifier for the Mbox set. You can find an Mbox set’s identifier using the show_mboxsets command.
queue_id is the unique identifier for the queue you want to delete. You can find a queue’s identifier using the show_queues command.
The following example deletes the queue BGMBOX3 from the BGMBSET Mbox set. (The show_mboxsets command is used first to identify the BGMBSET Mbox set’s mboxset_id, which is 1.)

 

 
 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved