Manage Glassfish/Payara server .. versionadded:: 2016.11.0
Management of glassfish using its RESTful API You can setup connection parameters like this
- server:
- ssl: true
- url: localhost
- port: 4848
- user: admin
- password: changeit
Ensures the transaction factory is absent.
Name of the connection factory
Delete both the pool and the resource, defaults to true
Ensures that the Connection Factory is present
Name of the connection factory
Type of the connection factory, can be either connection_factory
,
queue_connection_factory` or ``topic_connection_factory
,
defaults to connection_factory
Description of the connection factory
Is the connection factory enabled? defaults to true
Minimum and initial number of connections in the pool, defaults to 1
Maximum number of connections that can be created in the pool, defaults to 250
Number of connections to be removed when idle_timeout expires, defaults to 2
Maximum time a connection can remain idle in the pool, in seconds, defaults to 300
Maximum time a caller can wait before timeout, in seconds, defaults to 60
Close all connections and reconnect on failure (or reconnect only when used), defaults to false
Level of transaction support, can be either XATransaction
, LocalTransaction
or NoTransaction
Connection validation is required, defaults to false
Ensures that the JMS Destination doesn't exists
Name of the JMS Destination
Ensures that the JMS Destination Resource (queue or topic) is present
The JMS Queue/Topic name
The Physical destination name
The JMS Destination resource type, either queue
or topic
, defaults is queue
A description of the resource
Defaults to True
Ensures the JDBC Datasource doesn't exists
Name of the datasource
Delete both the pool and the resource, defaults to true
Ensures that the JDBC Datasource exists
Name of the datasource
Description of the datasource
Is the datasource enabled? defaults to true
Resource type, can be datasource
, xa_datasource
,
connection_pool_datasource
or driver
, defaults to datasource
SQL Server type, currently supports mysql
,
postgresql
and mssql
, defaults to mysql
URL of the server in jdbc form
Username for the server
Password for that username
Minimum and initial number of connections in the pool, defaults to 8
Maximum number of connections that can be created in the pool, defaults to 32
Number of connections to be removed when idle_timeout expires, defaults to 2
Maximum time a connection can remain idle in the pool, in seconds, defaults to 300
Maximum time a caller can wait before timeout, in seconds, defaults to 60
Return non-transactional connections
Defaults to the JDBC driver default
All connections use the same isolation level
Ensures that the system property doesn't exists
Name of the system property
Ensures that the system properties are present
The system properties