Creating an AMQP Connection

After creating a project, you have to create an AMQP Connection shared resource to create a connection between the plug-in and the AMQP server. With this shared resource, you can share the AMQP connection at runtime between different AMQP activities within a process.

Prerequisites

The AMQP Connection shared resource is available at the Resources level. Ensure that you have created a project, as described in Creating a Project.

Procedure

  1. Expand the created project in the Project Explorer view.
  2. Right-click the Resources folder and click New > AMQP Connection to open the AMQP Connection wizard.
  3. The resource folder, package name, and resource name of the AMQP connection are provided by default. If you do not want to use the default configurations, change them accordingly. Click Finish to open the AMQP Connection editor.
  4. Configure the AMQP Connection shared resource in the AMQP Connection editor.
    See AMQP Connection regarding the configuration fields.
  5. Click Test Connection to validate the connection.