mq machine::messaging setup
Overview
This class allows you to setup your MQ messaging setup. It has support for:
- queue’s (See mq_queue)
- topics (See mq_topic)
- listeners (See mq_listener)
- channels (See mq_channel)
Use use a yaml
representation of the specfied resource to specify all properties and params of the objects you need.
When a lot of the objects have the same defaults, use the defaults
parameter to specify a Hash of defaults.
Attributes
Attribute Name | Short Description |
---|---|
channel_defaults | The defaults to use for all MQ channels. |
channel_list | A Hash of MQ channels. |
listener_defaults | The defaults to use for all MQ listeners. |
listener_list | A Hash of MQ listeners. |
queue_defaults | The defaults to use for all MQ queues. |
queue_list | A Hash of MQ queues. |
topic_defaults | The defaults to use for all MQ topics. |
topic_list | A Hash of MQ topics. |
queue_list
A Hash of MQ queues.
Use use a yaml
representation of mq_queue to specify all properties and params of the MQ queues you need.
The default is: {}
Type: Hash
Back to overview of mq_machine::messaging_setup
queue_defaults
The defaults to use for all MQ queues.
Use use a yaml
representation of mq_queue to specify all properties and params of the MQ queues you need.
The default is: {}
Type: Hash
Back to overview of mq_machine::messaging_setup
topic_list
A Hash of MQ topics.
Use use a yaml
representation of mq_topic to specify all properties and params of the MQ topics you need.
The default is: {}
Type: Hash
Back to overview of mq_machine::messaging_setup
topic_defaults
The defaults to use for all MQ topics.
Use use a yaml
representation of mq_topic to specify all properties and params of the MQ topics you need.
The default is: {}
Type: Hash
Back to overview of mq_machine::messaging_setup
listener_list
A Hash of MQ listeners.
Use use a yaml
representation of mq_listener to specify all properties and params of the MQ listeners you need.
The default is: {}
Type: Hash
Back to overview of mq_machine::messaging_setup
listener_defaults
The defaults to use for all MQ listeners.
Use use a yaml
representation of mq_listener to specify all properties and params of the MQ listeners you need.
The default is: {}
Type: Hash
Back to overview of mq_machine::messaging_setup
channel_list
A Hash of MQ channels.
Use use a yaml
representation of mq_channel to specify all properties and params of the MQ channels you need.
The default is: {}
Type: Hash
Back to overview of mq_machine::messaging_setup
channel_defaults
The defaults to use for all MQ channels.
Use use a yaml
representation of mq_channel to specify all properties and params of the MQ channels you need.
The default is: {}
Type: Hash