Broker 10.15 | webMethods Broker Documentation | webMethods Broker Messaging Programmer's Guide | webMethods Messaging Administration | The JMSAdmin Command-Line Tool | JMSAdmin Variables
 
JMSAdmin Variables
 
Using Variables to Set Parameters
System Variables
JMSAdmin allows you to save values that are needed in several places as variables. The variables you create must begin with the dollar sign character ($) or percent sign (%); for example, the following two variables are the same:
$someVariable
%someVariable
Variables may contain letters, numbers, and underscores. Variable names that begin with a dollar followed by an underscore ($_) designate read-only variables.