The jmsProvider.properties file contains the class names for the provider specific connection factories for JMS client connection.
Open %DLC%\properties\jmsProvider.properties in a text editor, and add the JMS provider’s name and the following properties with the required connection factory classes:
Note: The jmsProvider.properties file contains the commonly used JMS provider names. You can add your JMS provider’s name and the properties in the same format if it is not listed.
Here is a sample of the jmsProvider.properties file that provides connection factory class names for WebSphereMQ and ActiveMQ.
Note: Do not modify the javax.jms.ConnectionFactory, javax.jms.QueueConnectionFactory, and javax.jms.TopicConnectionFactory property names. The property values for these property names must be specific to the provider.