RabbitMQ Adapter Issues and Solutions

Review the following troubleshooting issues with the RabbitMQ Adapter.

Issue Problem Solution
Special characters in RabbitMQ passwords In RabbitMQ Adapter releases up to 25.04, message publishing and polling operations fail when the configured RabbitMQ instance password contains unsupported special characters. See Configure Connection Security for details about supported and unsupported special characters. As a temporary workaround, it is recommended that you use passwords that avoid problematic special characters.
Support for Root Virtual Host ‘/ The RabbitMQ Adapter up to release 25.04 does not support publishing or polling messages when configured to use the default root virtual host ‘/.’ You are advised to create and use a custom virtual host instead of relying on the default ‘/.’ See RabbitMQ Adapter Restrictions for more details.
RabbitMQ on-premises setup configuration limitation The RabbitMQ Adapter only supports the SSL-configured management and AMQP ports.

The RabbitMQ Adapter up to release 25.04 supports message publishing and polling operations with the management port configured with 443 and the default AMQP port of 5671.

Issue with nondefault ports: When attempting to connect with a non-443 management port and nondefault AMQP port (for example, 15673 for management or 5673 for AMQP), runtime fails and message operations cannot be completed successfully.

The issue related to support for the non-443 management port and nondefault AMQP port is under review. See TLS Support for more details.