Skip to main content
Feedback

RabbitMQ changelog

Changelog

2026-01 (Version 26.01.1, Current)

  • The RabbitMQ connector now supports temporary queues via ReplyTo header for publish operations, enabling native request-reply messaging without custom scripting. Users can enable temporary queues via an operation setting, configure a dedicated timeout, and rely on automatic cleanup when the connection closes.

  • The RabbitMQ Listener now supports configurable concurrent message processing via MCE operation property (set between 1 to 5), enabling improved throughput by processing messages in parallel. By default, the listener continues to process messages one at a time, maintaining the existing behavior and compatibility.

2025-11 (Version 25.11.0)

  • Updated RabbitMQ connector with AMQP client library v4.8.4 and enabled SNI support.

2025-09 (Version 25.09.01)

  • Enhanced the RabbitMQ Publish operation to provide selective control over sending message headers. Users can choose between Dynamic Document Properties or the header panel in operation properties to send message headers. In-built AMQP headers will be restricted as keys in the header panel of the operation properties.

  • Added a configurable Frame_Max option to align with server limits. Values above the limit are auto-adjusted to the server's maximum, while values below 4 KB trigger a runtime error.

2025-01 (Version 25.01.0)

  • Users can set an Expiration Time while publishing messages, enabling automatic expiration of messages after a specified duration.

2024-09 (Version 24.09.0)

  • Fixed critical and major Sonar issues for the connector.

2024-07 (Version 24.07.2)

  • Necessary runtime packages are now packaged with the connector.
On this Page