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.
Non-SSL configuration on management and AMQP ports causes failures The RabbitMQ Adapter requires SSL configuration for both the management port and the AMQP port. Issues may arise if either of these ports is configured without SSL. Potential problems and their causes are as follows:
  • Test connection failure: The management port is configured without SSL.
  • Runtime errors: The AMQP port is configured without SSL.
  • Test connection failure: Ensure that the management port is SSL-enabled.
  • Runtime errors: Configure the AMQP port with SSL to avoid runtime issues.