Broker 10.15 | webMethods Broker Documentation | webMethods Broker Messaging Programmer's Guide | webMethods Messaging Administration | Configuring Messaging Clients for Basic Authentication | Setting the System Properties to Enable Basic Authentication Clients Using the webMethods APIs for JMS
 
Setting the System Properties to Enable Basic Authentication Clients Using the webMethods APIs for JMS
You can also use the System Properties to configure basic authentication. The following table helps you configure basic authentication by using the system properties on JMS clients.
To set this basic authentication property...
Set this system property...
As shown here...
Username
com.webmethods.jms.username
System.setProperty("com.webm
ethods.jms.username","sag");
Password
com.webmethods.jms.password
System.setProperty("com.webm
ethods.jms.password",
"SoftwareAG123");