Adding factory and destination properties

JMS providers require different properties to be set on the MessageQueue channel. Add factory and destination properties to the connections or environment file based on the JMS provider.
Before you can add factory and destination properties, you must add the MessageQueue channels that will use the JMS provider to the connections or environment file. See Creating channel connections for more information.
To add factory and destination properties:
  1. In the environment or connection editor window, select the Channel Connections tab. In the Channel Connections area, select a channel to edit.
  2. In the General subtab, for every MessageQueue channel, enter the connection factory name in the Factory field.
  3. In the Destination field, for every MessageQueue channel, enter the destination name.
  4. In the Properties subtab, click the Add button in the Factory Properties and Destination Properties sections to add properties.
  5. Double-click inside the Name and Value columns to edit each property. Enter the new name and value.
  6. Add the required properties to each channel until completed.
Each JMS provider requires its own set of properties to configure. See the respective section for each JMS provider.