Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The In the JMS profile contains settings that you use configuration, enter the details required to connect and acquire both a the 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.To open the JMS profile configuration, click the New

Configuration

...

Image Added

JMS profile configuration - JNDI Properties

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 creating the InitialContext. For a list of available options, see refer to the JNDI implementation documentation and https://docs.oracle.com/en/java/javase/11/docs/api/java.naming/javax/naming/Context.html

Note
titleNote!

There may be instances where setting the username and password for the JNDI server in the JMS agents will result in an error where the agent will not be able to access the server. When this happens, you will have to set the username and password in the properties list, using the following security context:

For username, use: java.naming.security.principal

For password, use: java.naming.security.credentials


...