Resource Type: jmsresource
- Defined in:
- lib/puppet/type/jmsresource.rb
- Providers:
-
asadmin
Overview
Manage JMS resources of Glassfish domains
Properties
-
ensure
(defaults to: present)
The basic property that the resource should be in.
Supported values:- present
- absent
Parameters
-
asadminuser
(defaults to: admin)
The internal Glassfish user asadmin uses. Default: admin
-
description
The resource description
-
name (namevar)
The JMS resource name.
-
passwordfile
The file containing the password for the user.
-
portbase
(defaults to: 4800)
The Glassfish domain port base. Default: 4800
-
properties
The properties. Ex. jaas-context=agentRealm. Seperate multiple pairs using :.
-
provider
The specific backend to use for this ‘jmsresource` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.
-
restype
The resource type.
Supported values:- javax.jms.Topic
- javax.jms.Queue
- javax.jms.ConnectionFactory
- javax.jms.TopicConnectionFactory
- javax.jms.QueueConnectionFactory
-
target
(defaults to: server)
This option helps specify the target to which you are deploying. Valid options are: server, domain, [cluster name], [instance name]. Defaults to: server
-
user
The user to run the command as.