Name | Description |
$_Broker | Name of the Broker to which there is a current connection. If there is no connection, the value is an empty string. For more information, see the Connect and Disconnect commands. |
$_Server | Name of the server to which there is a current connection. If there is no connection, the value is an empty string. For more information, see the Connect and Disconnect commands. |
$sslKeystore | Name of the file containing the SSL certificate to use when making Broker connections. |
$sslPassword | Password to use when making SSL connections to the Broker. |
$sslEncrypted | Boolean flag that turns on encryption when making SSL connections to the Broker. |
$sslTruststore | Name of the file containing the trusted root (CA public key) to use when making SSL connections to the Broker. |
$user | The user name to use when making the basic authentication connection to the Broker. |
$password | Password to use when making the basic authentication connection to the Broker. |