Adapter

This discovery uses the WebSphere MQ Topology by shell adapter.

Adapter Parameters

Parameter

Description

discover_dynamic_queues

Enables discovery of dynamic queues (Queues created and destroyed on the fly by applications).

discover_remote_hosts

Enables resolution and discovery of remote servers and MQ objects referenced by the MQ server being discovered. If set to false, relationships between MQ objects on different servers are not discovered.

mq_cmd_timeout

Sets the command time-out for MQ CLI commands.

mqver_path

Path to mqver or dspmqver executable files. Separate multiple entries by a semicolon (;).

sudo_command

Must be set if the use_sudo parameter is set to true. Any entry here is prefixed to the MQ command line interface program. This parameter is typically used to set the MQ username. For example, if this parameter is set to sudo -u mqm the runmqsc command is invoked as sudo -u mqm runmqsc.

use_sudo

Set to true to enable sudo usage.