Configure an ActiveMQ Artemis connection

You can configure an ActiveMQ Artemis connection in the API Connection Manager.

This allows you to connect to an ActiveMQ Artemis queue and to push and pull messages. For detailed information on ActiveMQ Artemis, see the ActiveMQ Artemis documentation.

Configure your connection

To configure your connection, follow the steps below:

  1. Open the API Connection Manager.

  2. Add a new connection.

  3. Go to the Edit section.

  4. Specify a Name for your connection.

  1. From the Type drop-down menu, select ActiveMQ Artemis.

  2. Enter the Queue Name. This is the name of the ActiveMQ Artemis queue you want to connect to.

  3. Specify the Host. This is the name or IP address of the ActiveMQ Artemis server host.

  4. Enter the Port to listen to.

  5. In the Authentication section, enter your Username and Password if your connection requires it.

Configure an ActiveMQ Artemis connection

You can now use your ActiveMQ Artemis connection for testing. For information on how to push and pull messages in API Scan, see chapter "Run JMS messages".