Configuring JMS information

If your connection is to a JMS message queue or topic, enter the following information on the JMS Information page of the Create Connection wizard.

  1. Choose the destination type:

  2. Enter the JMS provider URL. This URL is the host name and port number that will be used to connect to the JMS Server.

  3. Enter or select the class name of the specific JMS provider’s initial naming context factory.

  4. Enter or select the name of the connection factory administered object.

  5. Enter the name of the destination; for example, if the destination is a JMS queue, enter:

    JMS_Queue
    
  6. Enter the user name and password for the queue or topic, for example, enter jagadmin with no password.

  7. If you have selected Topic as the destination type, enter the name of one or more durable subscribers in the Topic Subscribers field, separated by commas, with no spaces in between.

    Durable subscribers are subscribers who are interested in receiving messages from the selected published topic. For example, enter:

    JMSTSub1,JMSTSub2,JMSSub1
    
  8. If you are routing events from messaging to database, enter name of the destination in the Status Destination field.

    The status destination queue or topic you define is used for a client application to listen for an error message (if any) that may result in the event sent to the database.

If you have just configured inbound information, return to step 10 in “Adding and configuring a new connection”.