Broker 10.15 | webMethods Broker Documentation | webMethods Broker Messaging Programmer's Guide | Introduction | Introduction to webMethods Broker Messaging | Properties Specific to webMethods Broker Used as a JMS Provider
 
Properties Specific to webMethods Broker Used as a JMS Provider
webMethods Broker when used as a JMS provider, supports properties that are not part of the Java Message Service (JMS) standard. In some cases, when you use webMethods Broker as a JMS provider, you may need to set the values of specific properties to values other than the defaults. These properties include internal values such as the timeout value for a connection to the Broker.
When you use webMethods Broker as a JNDI provider, if encryption is not required, set the com.webmethods.jms.naming.encrypted property to false. The default value of com.webmethods.jms.naming.encrypted is true.
*To specify properties when you use webMethods Broker as a JMS provider
1. Create a Java properties file named wmjms.properties.
2. Add the properties that you want to change to that file.
3. Add the directory containing the wmjms.properties file to CLASSPATH.
4. when you use webMethods Broker as a JMS provider, the properties are defined in the Javadoc of the WmJMSConfig class. Use that information before reconfiguring the property values in your code.