Adding a JMS Connection: Method 1

Use this method to add a supported JMS provider type.

Note: You only need to perform these steps once for each JMS provider that you add.

To add a preconfigured JMS provider:

  1. Under java.util.List listSupportedProviderTypes(), click Invoke.

    A list of preconfigured JMS providers is displayed.

  2. Copy the name of your JMS provider.
  3. Click the Back to MBean View link.
  4. Under java.lang.String addJmsServer(), paste the JMS provider name in the ParamValue column of the providerType parameter.
  5. Enter the name of the JMS server that you want to connect to the EMQA in the ParamValue column of the hostName parameter.
  6. Click Invoke.

    The message "The new JMS provider was added successfully" should appear. If you see an error message, go to Troubleshooting.

  7. Click the Back to MBean View link.