Visit Azul.com Support

Delete-Connector-Connection-Pool

Table of Contents
Need help?
Schedule a consultation with an Azul performance expert.
Contact Us

Removes the specified connector connection pool.

Synopsis

 
asadmin [asadmin-options] delete-connector-connection-pool [--help] [--cascade={false|true}] poolname

Description

The delete-connector-connection-pool subcommand removes the specified connector connection pool.

This subcommand is supported in remote mode only.

Options

asadmin-options: Options for the asadmin utility. For information about these options, see the asadmin help page. --help: -?: Displays the help text for the subcommand. --cascade: When set to true, all connector resources associated with the pool, and the pool itself, are deleted. When set to false, the deletion of pool fails if any resources are associated with the pool. The resource must be deleted explicitly or the option must be set to true. Default is false.

Operands

poolname: The name of the connection pool to be removed.

Examples

Example 1 Deleting a Connector Connection Pool

This example deletes the connector connection pool named jms/qConnPool.

 
asadmin> delete-connector-connection-pool --cascade=false jms/qConnPool Command delete-connector-connection-pool executed successfully

Exit Status

0: subcommand executed successfully 1: error in executing the subcommand

See Also