You can configure AMQP by running the configuration workflows included in the plug-in. The Configuration workflow category contains workflows that allow you to manage AMQP brokers.
To access these workflows in the Automation Orchestrator, navigate to and enter the amqp and configuration tags in the workflow search box.
Workflow Name | Description |
---|---|
Add a broker | Adds an AMQP broker. |
Remove a broker | Removes an AMQP broker. |
Remove a subscription | Removes an AMQP message subscription. |
Subscribe to queues | Creates a subscription element. |
Update a broker | Updates broker properties. |
Validate a broker | Validate a broker by attempting to start a connection. |
TLS1.3 support in the AMQP plug-in
TLS1.3 support depends on the AMQP broker.
For RabbitMQ, see the list of supported versions at https://www.rabbitmq.com/ssl.html#tls1.3. If you follow the RabbitMQ guide, you must also add ssl_options.password = <the_private_key_password> to the Rabbit MQ configuration.
If you want to use TLS1.3 in the AMQP plug-in, add the following system parameter in the
Automation Orchestrator Control Center:
key: o11n.plugin.amqp.ssl-context-protocol value: TLSv1.3