mqsichangeproperties command

Supported platforms

  • Windows
  • Linux and UNIX systems
  • z/OS through the BIPJCHPT utility; see z/OS utility jobs

Purpose

Start the broker using mqsistart, and then issue the command on the machine running the broker.

If you change any value you must stop and restart the broker for the change to take effect.

Syntax

Parameters

Authorization

On Windows platforms, the user ID used to invoke this command must have Administrator authority on the local system.

On UNIX systems, the user ID used to invoke this command must either be root or must be the same as that specified in the -i parameter of the mqsicreatebroker command. It must also be a member of the mqbrkrs group.

Examples

Change the clientPingInterval to 200
mqsichangeproperties TEST -o DynamicSubscriptionEngine -n clientPingInterval -v 200 
Enable multicast
mqsichangeproperties TEST -o DynamicSubScriptionEngine -n multicastEnabled -v true