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
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.
-
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.
- User — the username to use when connecting to .
- Password — the password for the user.
- Click Test Connection to ensure that can connect to with the provided information. If an error occurs, check all fields and try again.
- 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 oftype-value objects, which hold an AMQP typename and a value. The syntax for a type-value object is:
Typenames must be lowercase in order to be parsed correctly.