Updated on 2023-07-26 GMT+08:00

Connecting to a RabbitMQ Data Source

Overview

ROMA Connect can use RabbitMQ as a data source for data integration tasks. Before using the RabbitMQ data source, you need to connect it to ROMA Connect.

Prerequisites

Each connected data source must belong to an integration application. Before connecting a data source, ensure that an integration application is available. Otherwise, create an integration application first.

Procedure

  1. Log in to the ROMA Connect console. On the Instances page, click View Console next to a specific instance.
  2. In the navigation pane on the left, choose Data Sources. In the upper right corner of the page, click Access Data Source.
  3. On the Default tab page, select RabbitMQ and click Next.
  4. Configure the data source connection information.
    Table 1 Data source connection information

    Parameter

    Description

    Name

    Enter a data source name. It is recommended that you enter a name based on naming rules to facilitate search.

    Integration Application

    Select the integration application to which the data source belongs.

    Description

    Enter the descriptive information.

    Connection Address

    Enter the IP address and port number of the RabbitMQ.

    Username

    Enter the username for connecting to RabbitMQ.

    Password

    Enter the password for connecting to RabbitMQ.

    Virtual Host

    Enter the name of the RabbitMQ virtual host to be connected.

    SSL Authentication

    Determine whether to use SSL authentication for the connection between ROMA Connect and RabbitMQ.

    Authentication Protocol

    This parameter is mandatory only if SSL Authentication is set to Enable.

    Select the protocol used for SSL authentication. This parameter has a fixed value of TLS.

    Trust Store

    This parameter is mandatory only if SSL Authentication is set to Enable.

    Select the trust store used by the client (ROMA Connect) during SSL authentication. It must match the private key used by the server (RabbitMQ).

    Trust Store Password

    This parameter is mandatory only if SSL Authentication is set to Enable.

    Enter the password of the trust store.

    The connection configuration of the RabbitMQ data source is similar to that of the ActiveMQ data source. For details, see Connecting to an ActiveMQ Data Source.

  5. Click Check Connectivity to check the connectivity between ROMA Connect and the data source.
    • If the test result is Data source connected successfully, go to the next step.
    • If the test result is Failed to connect to the data source, check the data source status and connection parameters, and click Recheck until the connection is successful.
  6. Click Create.