Skip to main content
The Advanced Message Queueing Protocol () connector allows you to integrate into your data flow by performing Produce and Consume actions on your data.

Key Capabilities

  • Bidirectional message queueing with produce and consume actions
  • Support for multiple authentication schemes (None, SASL Anonymous, SASL Plain)
  • TLS encryption support for secure connections
  • Flexible message value types including JSON composite data support
Follow the steps below to connect to .

Establish a Connection

You must first establish a connection to through one of these two methods:
  • Add a connector to your flow. Then, in the settings pane, click Create next to the Connection drop-down list.
  • Open the Settings page, then open the Connections tab. Click Add, select , and click Next.
  • The login process is only required the first time the connection is created.
  • Connections to can be re-used across multiple connectors.
After opening the connection dialogue, follow these steps:
  1. Enter the connection information:
    • Name — the static name of the connection.
    • Type — this is always set to .
    • Remote Host — the hostname or IP address of your remote host.
    • Remote Port — the port for your remote host connection.
    • Use TLS — whether to use TLS to encrypt the connection. Set this according to your configuration.
    • Container Id — (optional) the ID value for the container in your connection that you want to access.
    • Auth Scheme — the authentication scheme to use for the connection. Options are None, SASL Anonymous, and SASL Plain.
    If you select SASL Anonymous or SASL Plain authentication, enter the following information:
    • User — the username to use when connecting to .
    • Password — the password for the user.
  2. Click Test Connection to ensure that can connect to with the provided information. If an error occurs, check all fields and try again.
  3. Click Add Connection to finalize the connection.

Connector Configuration

This section contains all of the configurable connector properties.

Settings Tab

Configuration

AMQP Message

JSON Composite Data Value Type
One Value Type option is JSON (Composite Data). The composite data JSON schema consists of type-value objects, which hold an AMQP typename and a value. The syntax for a type-value object is:
The following table provides a complete list of valid typenames, and describes how the associated values should be represented:
Typenames must be lowercase in order to be parsed correctly.

Advanced Tab

Other Settings

Proxy Settings

Message

Logging

Miscellaneous

Automation Tab

Automation Settings

Settings related to the automatic processing of files by the connector.

Performance

Alerts Tab

SLAs Tab

ログタブ

Select an Action

After establishing a connection to , you must choose the action that the connector will perform. The table below outlines each action and where it belongs in a flow:

Produce

The Produce action sends input data to your connection. This data can come from other connectors or from files that you manually upload to the Transactions tab of the connector. In some configurations, you can set the value of the Target field to the address of the node that should act as the receiver. This might not be necessary in all configurations.

Consume

The Consume action checks for messages in the queue. Data processed through the Consume connector goes to the Transactions tab and travels down to the next steps of the flow. In some configurations, you can set the value of the Target field to the address of the node that the connector should receive data from. This might not be necessary in all configurations.

Macros

Examples