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

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

Home / v4.1.2
Name Modified Size InfoDownloads / Week
Parent folder
rabbitmq-server-4.1.2-1.el8.noarch.rpm 2025-07-03 28.6 MB
rabbitmq-server-4.1.2-1.el8.noarch.rpm.asc 2025-07-03 833 Bytes
rabbitmq-server-4.1.2-1.el8.src.rpm 2025-07-03 3.5 MB
rabbitmq-server-4.1.2-1.el8.src.rpm.asc 2025-07-03 833 Bytes
rabbitmq-server-4.1.2.exe 2025-07-03 26.4 MB
rabbitmq-server-4.1.2.exe.asc 2025-07-03 833 Bytes
rabbitmq-server-4.1.2.manifest 2025-07-03 226.8 kB
rabbitmq-server-4.1.2.manifest.asc 2025-07-03 833 Bytes
rabbitmq-server-4.1.2.tar.xz 2025-07-03 3.4 MB
rabbitmq-server-4.1.2.tar.xz.asc 2025-07-03 833 Bytes
rabbitmq-server-generic-unix-4.1.2.tar.xz 2025-07-03 26.2 MB
rabbitmq-server-generic-unix-4.1.2.tar.xz.asc 2025-07-03 833 Bytes
rabbitmq-server-generic-unix-latest-toolchain-4.1.2.tar.xz 2025-07-03 26.2 MB
rabbitmq-server-generic-unix-latest-toolchain-4.1.2.tar.xz.asc 2025-07-03 833 Bytes
rabbitmq-server-windows-4.1.2.zip 2025-07-03 93.1 MB
rabbitmq-server-windows-4.1.2.zip.asc 2025-07-03 833 Bytes
rabbitmq-server_4.1.2-1.debian.tar.xz 2025-07-03 15.2 kB
rabbitmq-server_4.1.2-1.debian.tar.xz.asc 2025-07-03 833 Bytes
rabbitmq-server_4.1.2-1.dsc 2025-07-03 3.9 kB
rabbitmq-server_4.1.2-1.dsc.asc 2025-07-03 833 Bytes
rabbitmq-server_4.1.2-1_all.deb 2025-07-03 26.3 MB
rabbitmq-server_4.1.2-1_all.deb.asc 2025-07-03 833 Bytes
rabbitmq-server_4.1.2-1_amd64.buildinfo 2025-07-03 7.5 kB
rabbitmq-server_4.1.2-1_amd64.buildinfo.asc 2025-07-03 833 Bytes
rabbitmq-server_4.1.2-1_amd64.changes 2025-07-03 2.7 kB
rabbitmq-server_4.1.2-1_amd64.changes.asc 2025-07-03 833 Bytes
rabbitmq-server_4.1.2.orig.tar.xz 2025-07-03 3.4 MB
rabbitmq-server_4.1.2.orig.tar.xz.asc 2025-07-03 833 Bytes
RabbitMQ 4.1.2 source code.tar.gz 2025-07-02 34.7 MB
RabbitMQ 4.1.2 source code.zip 2025-07-02 36.9 MB
README.md 2025-07-02 4.7 kB
Totals: 31 Items   309.1 MB 23

RabbitMQ 4.1.2 is a maintenance release in the 4.1.x release series.

It is strongly recommended that you read 4.1.0 release notes in detail if upgrading from a version prior to 4.1.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

  • Channels that had consumers that consumed from quorum queues could leak file handles when those queues were deleted.

GitHub issue: #14177, #14138

  • Classic queues now retry opening files when flushing buffers to significantly reduce the probability of running into eacces file system operation errors from the Windows kernel.

GitHub issue: #14131

Enhancements

  • An opt-in setting that makes a node refuse to boot if there's evidence that the node might have been reset in the past.

GitHub issue: #14125

  • Minor memory footprint optimizations.

GitHub issues: #14089, #14065, #14058

Stream Plugin

Bug Fixes

  • Multiple stream and stream SAC (Single Active Consumer) coordinator resilience improvements.

GitHub issues: #14107, #14085, #14070

  • Consumer on a stream that was deleted could leak a file descriptor.

GitHub issue: #14143

  • When a stream member (replica) failed, consumer cleanup could affect consumers connected to different nodes.

GitHub issue: #13961

  • A higher priority SAC consumer was never activated when a quiescing consumer returned or requeued its last outstanding delivery.

GitHub issue: #14149

  • Unhandled stream coordinator exceptions now close stream connections, giving clients a chance to reconnect and reset stream state.

GitHub issue: #14040

  • A closing connection could log a scary looking harmless exception.

GitHub issue: #14128

CLI Tools

Enhancements

  • rabbitmq-streams activate_stream_consumer is a new CLI command that forcefully activates a specific consumer in a SAC (Single Active Consumer) group:

shell rabbitmq-streams activate_stream_consumer --stream [stream name] --reference [reference]

This is an emergency operations command that won't be necessary most of the time.

GitHub issue: #14055

Bug Fixes

  • rabbitmq-streams coordinator_status command reported an incorrect Raft machine version.

GitHub issue: #14112

  • rabbitmq-diagnostics environment now correctly transforms its output when --formatter=json is used.

GitHub issue: #14118

Management Plugin

Bug Fixes

  • Eliminated a JavaScript exception that could affect those upgrading from 3.13.x to 4.x versions.

GitHub issue: #13973

  • Virtual host restart form now sanitizes virtual host name.

Dependency Changes

  • ra was upgraded to 2.16.11
  • redbug was upgraded to 2.1.0

Source Code Archives

To obtain source code of the entire distribution, please download the archive named rabbitmq-server-4.1.2.tar.xz instead of the source tarball produced by GitHub.

Source: README.md, updated 2025-07-02