JMS (3.0)

The JMS profile contains settings that you use to connect and acquire both a Connection Factory object and a Destination object from a JNDI service.

The JMS profile is loaded when you start a workflow that depends on it. Changes to the profile become effective when you restart the workflow.


JMS profile configuration

SettingDescription
Connection Factory NameEnter the name of the connection factory object that is to be searched for within JNDI.
Destination NameEnter the name of the destination object that is to be searched for within JNDI.
Properties List

Enter <Name:Value> pairs that you want to use when creating the InitialContext.

For a list of available options, see the JNDI implementation documentation and http://docs.oracle.com/javase/8/docs/api/javax/naming/InitialContext.html.