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

## Proposed Changes [Rich Authorization Request](https://oauth.net/2/rich-authorization-requests/) specification is an extension to the [OAuth2](https://datatracker.ietf.org/doc/html/rfc6749) specification. It is still a draft but it has been stable for a good while. This specification...

bazel
make

Until RabbitMQ 3.8.0, the Upgrade subsystem was the solution to provide upgrade functions to e.g. change a Mnesia table schema or convert an on-disk file format. It did its magic...

Note: this issue is related to an unreleased feature Steps (JSON file available in the [sample-configs repo](https://github.com/rabbitmq/sample-configs/blob/main/queues/50k-classic-queues.json)): ``` bazel run --config=local broker bazel run --config=local rabbitmqctl enable_feature_flag raft_based_metadata_store_phase1 bazel run...

khepri
performance

Fixes #5471 Start with `RABBITMQ_NODE_PORT`

Reproduction steps can be found here: https://github.com/rabbitmq/rabbitmq-server/issues/3537#issuecomment-1209877492 `RABBITMQ_NODE_PORT` needs to be added to the list of env vars passed to `erlsrv.exe`. I will thoroughly review the startup scripts to hopefully...

Follow up of https://github.com/rabbitmq/rabbitmq-server/pull/5442: Even though we can set `prevent_overlapping_partitions` to `true` on `master` branch, we still need the "global hang workaround" for rolling upgrades from a version with `prevent_overlapping_partitions`...

A feature flag can be marked as "auto-enable" by setting `auto_enable` to true in its properties. An auto-enable feature flag is automatically enabled as soon as all nodes in the...

## Proposed Changes This PR moves the counters used in the RabbitMQ-Overview Grafana dashboard from using the inaccurate, aggregated metrics to the new global counters released in v3.9. Currently marked...

## Overview When a client terminates uncleanly, the global counters for publishers and consumers do not handle this gracefully. For the consumer metric, the value of the gauge does not...