All Broker JMS properties are defined in Java class WmJMSConfig. The documentation for this class can be found in Broker JMS API documentation <install>/Broker/doc/jms api/index.html. All the properties are static and global. Once set, they are available to any thread in the JVM. There are...
1. Create a Java properties file named wmjms.properties if it does not already exist and add it to your application class path. 2. Add the following lines in the file to set Log4j as your logging service and to specify the Log4j configuration file location: com.webmethods.jms.log...