rabbitmq-server icon indicating copy to clipboard operation
rabbitmq-server copied to clipboard

Open source RabbitMQ: core server and tier 1 (built-in) plugins

Results 361 rabbitmq-server issues
Sort by recently updated
recently updated
newest added

## Why So far, the code that selected the node to use as the "entry point" to add the local node to a remote cluster assumed that all cluster members...

## Why Currently, `rabbit_db_*` modules use and export the following kind of functions to return the path to the resources they manage: ```erlang khepri_db_thing:khepri_things_path(), khepri_db_thing:khepri_thing_path(Identifier). ``` Internally, `khepri_db_thing:khepri_thing_path(Identifier)` appends `Identifier`...

bazel
make

Release notes: https://github.com/rabbitmq/khepri/releases/tag/v0.15.0 The `favor` default value is now `low_latency`. Therefore, we don't need to specify it explicitly anymore. Depends on #11698.

bazel
make

An AMQP stream consumer hangs when its local stream is deleted. Step to reproduce: * spin up a 3-node cluster * create a stream * register an AMQP consumer on...

bug

The consumer reader process is gone and there is no way to recover it as the node does not have a member of the stream anymore, so it should be...

bazel
backport-v3.13.x
backport-v4.0.x

## Proposed Changes Keep track of message size distribution received via AMQP 0.9.1, AMQP 1.0 and MQTT protocols. This is useful information to set an appropriate `max_message_size` config or otherwise...

bazel

It would be nice to have stats around message sizes since publishing large messages can be problematic.

Hi, As requested in https://github.com/rabbitmq/rabbitmq-server/pull/10022 this is a backport to 3.12.x. The configuration option was removed and now all the properties are always converted to headers or other appropriate properties....

backport-v4.0.x

### Describe the bug We noticed increasing amount of these exceptions in our brokers. ``` 024-07-31 10:15:11.083037+00:00 [error] crasher: 2024-07-31 10:15:11.083037+00:00 [error] initial call: cowboy_stream_h:request_process/3 2024-07-31 10:15:11.083037+00:00 [error] pid: 2024-07-31...

bug

`rabbit_khepri:setup/0` is always called during boot for the sake of clustering. Previously we registered projections during `rabbit_khepri:setup/0` meaning that even if you run Rabbit 3.13.x without enabling the `khepri_db` feature...

backport-v3.13.x
backport-v4.0.x