Copyright © Cloud Software Group, Inc. All rights reserved.
Copyright © Cloud Software Group, Inc. All rights reserved.


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

Update a Message Queue
You can change the queue name, message type and/or queue description using the following command:
swadm update_queue queue_id | queue_name new_name message_type queue_description
where:
queue_id is the unique identifier for the queue. You can find a queue’s identifier using the show_queues command.
queue_name is the descriptive alphanumeric name for the queue.
new_name is the new name to be used for this queue. If you want to leave the existing name unchanged, use a hyphen ‘-’.
message_type is used to identify the message type. This value must be either Local (for local messages), or a hyphen ‘-’ (to leave the value unchanged).
queue_description specifies the physical database table that holds the queue. If you want to leave the existing name unchanged, use a hyphen ‘-’.
See the description of this parameter under the add_queue command for a full description of the syntax and requirements for this parameter.
Examples
1.
swadm update_queue BGMBOX3 - - 0003:swpro.sw_db_bgqueue5
 
2.
swadm update_queue BGMBOX3 BGMBOX5 - -
 

Copyright © Cloud Software Group, Inc. All rights reserved.
Copyright © Cloud Software Group, Inc. All rights reserved.