Resource Type: nimsoft_queue
- Defined in:
- lib/puppet/type/nimsoft_queue.rb
- Providers:
-
nimsoft
Overview
The name of the queue
Properties
-
active
Specify whether this queue should be active or not. Valid values are ‘yes` and `no`
Supported values:- yes
- no
-
address
Supported values:
- absent
- /.*/
- bulk_size
-
ensure
(defaults to: present)
The basic property that the resource should be in.
Supported values:- present
- absent
-
remote_queue
Supported values:
- absent
- /.*/
-
subject
Specifying a subject for an attach queue or post queue defines that only messages with that subject should be placed in that queue. Specifying a subject for a get queue is invalid
-
type
The type of the queue. A ‘post` queue sends messages directy to a destination hub. An `attach` queue can be installed for other hubs to attach to and a `get` queue can be used to get messages from a remote `attach` queue.
Supported values:- attach
- get
- post
Parameters
-
name (namevar)
The name of the queue
-
provider
The specific backend to use for this ‘nimsoft_queue` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.