Creating JMS Event Handlers

A JMS client uses a Connect connection factory to connect to a JMS provider. Connect captures all of the connection information in order to connect to the connection factory.



Creating a New JMS Event Handler

To create a new JMS event handler:
  1. Navigate to the Instance Admin screen. The System Parameters screen displays.

  2. Click on the Event Handling sub-menu in the menu bar on the left, followed by the JMS menu option. The JMS screen appears.

  3. From the Commands dropdown, select New Connection Factory.

    The Enter the Connection Factory Details screen displays.

  4. Enter the connection factory details:
    • Connection Factory Name: Name for the connection factory used internally
    • JNDI Provider URL: The web address for the JNDI (Java Naming and Directory Interface) service provider
    • JNDI Initial Context Factory: The initial context name for the JNDI service provider
    • Deployment ID: The Connect deployment associated with the connection factory
    • Worker Number: The worker number for the connection factory
    • Username: The username that will be used to connect to the service
    • Password: The password for the username that will be used to connect to the service
    • Properties: Any connection properties required for the services
    • Negative Only Replies: Indicates that the connection factory will only be used for negative only replies
  5. To cancel without saving the connection factory, click the Cancel button. The JMS screen displays. The connection factory is not saved and does not appear in the list of connection factories.
  6. Click Save. The JMS screen appears with the newly created connection factory saved and added to the list.