Broker 10.15 | webMethods Broker Documentation | webMethods Broker Messaging Programmer's Guide | webMethods Messaging Administration | The JMSAdmin Command-Line Tool | JMSAdmin Variables | System Variables
 
System Variables
JMSAdmin defines a number of system variables for specific uses. These variables are defined in the following table.
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.
Note:
The SSL variables in the above table are used for JMSAdmin SSL connections to the Broker for the creation of Broker objects. They are not used for SSL settings for connection factories, topics, and queues.