Sun Java System Message Queue 4.1 Administration Guide

Updating Broker Properties

The subcommand imqcmd update bkr changes the values of specified properties for the default broker (or for the broker at a specified host and port):

   imqcmd update bkr [-b hostName:portNumber]
                      -o property1=value1  [ [-o property2=value2] … ]

For example, the following command turns off the auto-creation of queue destinations for the default broker:

   imqcmd update bkr  -o imq.autocreate.queue=false  -u admin

You can use imqcmd update bkr to update any of the following broker properties:

See Chapter 14, Broker Properties Reference for detailed information about these properties.