Establishing a JMS Connection on Your Local Machine

To use the EMQA Test Service, you must have established a connection on your local machine. If you already have a local connection, go to Adding a JMS Listener for the Test Queue. If you have not established a local connection, perform the steps in this section.

To establish a JMS connection on your local machine:

  1. Point your Web browser to http://localhost:port/jmx-console, where port is the port that you specified when you installed Serena Business Manager. (The default port is 8085.)
  2. In the Connect to Localhost dialog box, enter admin for User name and admin for Password.
  3. Click OK.

    The JMX Agent View Localhost page opens.

  4. At the bottom of the page, under serena.eventmanager, click service=EmqaSetupService.

    The EMQA Setup Service opens on the JMX MBean View page.

  5. Under java.lang.String addJmsServer(), enter JBossMQ in the ParamValue column of the providerType parameter.
  6. In the ParamValue column of the hostName parameter, enter the name of your local machine.
  7. Click Invoke.

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

  8. Perform the steps in Adding a JMS Listener for the Test Queue.