Skip to main content
Feedback

RabbitMQ changelog

Changelog

2026-09 (Version 26.09.0, Runtime release)

  • Introduced an enabled Listener status feature in the Rabbit MQ connector to report live health on the Runtime Management → Listeners page — showing Listening when healthy, and Degraded with error details when a broker connection drops or is retrying.

2026-03 (Version 26.03.1, Current)

  • Boomi updated the Listen operation for the RabbitMQ connector to include support for various NACK Types as an operation property.
  • The connector now supports configurable failure acknowledgment behavior for message processing. Users can select the desired failure acknowledgment type (basic.reject or basic.nack with requeue true/false) from a dropdown in the Listen operation.
    • Based on the selection, the connector requeues failed messages for reprocessing, routes them to a DLQ (if configured), or discards them. The existing default behavior (basic.nack – send to DLQ if configured) remains unchanged.

2026-01 (Version 26.01.1)

  • 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. The connector restricts built-in AMQP headers 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