Broker 10.15 | webMethods Broker Documentation | webMethods Broker Messaging Programmer's Guide | webMethods Messaging Administration | Configuring webMethods Messaging Clients for SSL | Securing JMS Clients with SSL | Enabling FIPS in JMS Clients
 
Enabling FIPS in JMS Clients
You can enable FIPS mode only if your SSL provider is Entrust. Perform the following steps to enable the FIPS mode in JMS clients. Your JVM must use JCE Unlimited Strength Jurisdiction Policy Files if you want webMethods Broker to run in FIPS mode. For more information about the installed JDKs, see the Installing and Upgrading webMethods Broker guide.
*To enable FIPS mode in a JMS client
1. Set the SSL provider to Entrust as follows:
WmJMSConfig.setSSLProvider(AwSSLUtil.SSL_PROVIDER_ENTRUST);
2. Enable the FIPS mode as follows.
WmJMSConfig.setSSLFIPSModeEnabled(true);
You can also enable the FIPS mode by setting com.webmethods.jms.ssl.fipsmode=true in the wmjms.properties file.