Overview

This class allows you to setup your MQ manager configuration. It has support for creating and managing multiple MQ managers. Use use a yaml representation of mq_manager to specify all properties and params of the brokers you need. When a lot of the MQ managers have the same defaults, use the defaults parameter to specify a Hash of defaults.

Attributes

Attribute Name Short Description
defaults The defaults to use for all MQ managers.
list A Hash of MQ managers.

defaults

The defaults to use for all MQ managers.

Use use a yaml representation of mq_manager to specify all properties and params of the MQ managers you need.

The default is: {} Type: Hash

Back to overview of mq_machine::manager_setup

list

A Hash of MQ managers. Use use a yaml representation of mq_manager to specify all properties and params of the MQ managers you need.

The default is: {}

Type: Hash

Default:$ibm_profile::mq_managers

Back to overview of mq_machine::manager_setup