Download Latest Version rabbitmq-server_4.3.2-1.debian.tar.xz (15.1 kB)
Email in envelope

Get an email when there's a new version of RabbitMQ Server

Home / v4.3.2
Name Modified Size InfoDownloads / Week
Parent folder
rabbitmq-server-4.3.2-1.el8.noarch.rpm 2026-06-15 25.9 MB
rabbitmq-server-4.3.2-1.el8.noarch.rpm.asc 2026-06-15 833 Bytes
rabbitmq-server-4.3.2-1.el8.src.rpm 2026-06-15 3.6 MB
rabbitmq-server-4.3.2-1.el8.src.rpm.asc 2026-06-15 833 Bytes
rabbitmq-server-4.3.2.exe 2026-06-15 23.7 MB
rabbitmq-server-4.3.2.exe.asc 2026-06-15 833 Bytes
rabbitmq-server-4.3.2.manifest 2026-06-15 233.5 kB
rabbitmq-server-4.3.2.manifest.asc 2026-06-15 833 Bytes
rabbitmq-server-4.3.2.tar.xz 2026-06-15 3.6 MB
rabbitmq-server-4.3.2.tar.xz.asc 2026-06-15 833 Bytes
rabbitmq-server-generic-unix-4.3.2.tar.xz 2026-06-15 23.5 MB
rabbitmq-server-generic-unix-4.3.2.tar.xz.asc 2026-06-15 833 Bytes
rabbitmq-server-generic-unix-latest-toolchain-4.3.2.tar.xz 2026-06-15 23.5 MB
rabbitmq-server-generic-unix-latest-toolchain-4.3.2.tar.xz.asc 2026-06-15 833 Bytes
rabbitmq-server-windows-4.3.2.zip 2026-06-15 70.0 MB
rabbitmq-server-windows-4.3.2.zip.asc 2026-06-15 833 Bytes
rabbitmq-server_4.3.2-1.debian.tar.xz 2026-06-15 15.1 kB
rabbitmq-server_4.3.2-1.debian.tar.xz.asc 2026-06-15 833 Bytes
rabbitmq-server_4.3.2-1.dsc 2026-06-15 3.9 kB
rabbitmq-server_4.3.2-1.dsc.asc 2026-06-15 833 Bytes
rabbitmq-server_4.3.2-1_all.deb 2026-06-15 23.6 MB
rabbitmq-server_4.3.2-1_all.deb.asc 2026-06-15 833 Bytes
rabbitmq-server_4.3.2-1_amd64.buildinfo 2026-06-15 7.7 kB
rabbitmq-server_4.3.2-1_amd64.buildinfo.asc 2026-06-15 833 Bytes
rabbitmq-server_4.3.2-1_amd64.changes 2026-06-15 2.7 kB
rabbitmq-server_4.3.2-1_amd64.changes.asc 2026-06-15 833 Bytes
rabbitmq-server_4.3.2.orig.tar.xz 2026-06-15 3.6 MB
rabbitmq-server_4.3.2.orig.tar.xz.asc 2026-06-15 833 Bytes
RabbitMQ 4.3.2 source code.tar.gz 2026-06-11 35.0 MB
RabbitMQ 4.3.2 source code.zip 2026-06-11 37.4 MB
README.md 2026-06-11 7.2 kB
Totals: 31 Items   273.6 MB 4

RabbitMQ 4.3.2 is a maintenance release in the 4.3.x release series.

It is strongly recommended that you read 4.3.0 release notes in detail if upgrading from a version prior to 4.3.0.

Minimum Supported Erlang Version

RabbitMQ and Erlang/OTP Compatibility Matrix has more details on Erlang version requirements for RabbitMQ.

Nodes will fail to start on older Erlang releases.

Changes Worth Mentioning

Release notes can be found on GitHub at rabbitmq-server/release-notes.

Core Server

Bug Fixes

  • Enabling the tie_binding_to_dest_with_keep_while_cond feature flag could fail in some rare cases.

GitHub issue: #16587

  • Users created without a password or a password hash (for example, those that rely on X.509 certificate-based authentication) over the HTTP API are now stored correctly, exactly like the users whose password was cleared with rabbitmqctl clear_password.

GitHub issues: #16629, #16633

  • Consumer activity status of classic queue consumers was not always correctly updated and reported when single active consumer was enabled.

GitHub issues: #16532, #16450

  • The values of the x-consumer-timeout and x-consumer-disconnected-timeout optional arguments are now validated at queue declaration time.

GitHub issue: #16557

  • Default queue type (DQT) validation now treats empty strings the same way as a missing value: by falling back. to the default (classic queues).

GitHub issues: #16481, #16488

  • Feature flag operations now avoid unnecessary work: flags that are already enabled on all cluster nodes are excluded from synchronization, and enabling an empty set of flags is a no-op.

GitHub issue: #16497

GitHub issue: #16500

Enhancements

  • The per-node channel limit (channel_max_per_node) is now also enforced for channels opened on direct Erlang client connections used by the Shovel and Federation plugins, matching the behavior enforced for "regular" AMQP 0-9-1 clients.

GitHub issues: #16616, #16618

  • Modules are now loaded in parallel early on node boot, reducing node startup time.

GitHub issue: #16479

GitHub issue: #16632

CLI Tools

Bug Fixes

  • rabbitmqctl set_topic_permissions now validates target user and exchange for existence.

GitHub issue: #16590

  • rabbitmqctl add_vhost now validates the provided default queue type value.

GitHub issue: #16481

Stream Plugin

Bug Fixes

  • Fixed a frame assembly performance regression in the stream protocol reader.

GitHub issue: #16588

Enhancements

  • Several stream protocol reader optimizations: stream metadata queries now contact cluster nodes concurrently, subscription lookups use a more efficient data structure, and frame processing short-circuits when a connection reaches a terminal state.

GitHub issue: #16588

Management Plugin

Bug Fixes

  • CORS hardening: access-control-request-headers values are now validated and a wildcard (*) origin header value is rejected.

GitHub issue: #16544

  • Definitions import now limits the size of multipart upload bodies, and definitions export download filenames are restricted to a safe character set.

GitHub issue: #16544

  • HTTP API 500 responses no longer include internal error details in the response body.

GitHub issue: #16544

  • Several HTTP response headers are now consistently lowercase, and a previously missing content-type header was added to certain responses.

GitHub issue: #16544

Enhancements

  • A one-time warning is now logged when the HSTS or CSP headers are disabled.

GitHub issue: #16544

  • The timestamp of the oldest message in a stream is now displayed on the stream page.

GitHub issue: #15412

  • The queue list page can now display a "Delayed" message count column, for example, for quorum queues that have a retry policy configured.

GitHub issue: #16639

Prometheus Plugin

Enhancements

  • More plugin configuration keys, such as prometheus.ssl.password, now support encrypted values in rabbitmq.conf.

GitHub issues: #16516, #16521

MQTT Plugin

Bug Fixes

  • mqtt.tcp_listen_options.* settings in rabbitmq.conf did not take effect due to a configuration translation issue.

GitHub issue: #16529

Dependency Changes

  • cuttlefish was upgraded to 3.9.1
  • cowboy was upgraded to 2.16.0
  • cowlib was upgraded to 2.17.0
  • gun was upgraded to 2.4.0
Source: README.md, updated 2026-06-11