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

From rabbit_queue_consumers else the classic queue type will not be portable.

From this issue https://github.com/rabbitmq/amqp091-go/issues/106, we found a reliable way to reproduce a queue crash using 2 consumers in a Single Active Consumer enabled Classic Queue. ~~I will upload a slight...

## Proposed Changes Grafana unofficially supports `n-1` major versions, with the latest being, at time of writing, 9.0.6. This PR does the following: - Updates minimum Grafana versions on the...

make

NOTE: this issue is related to an unreleased feature ``` bazel run --config=local broker bazel run --config=local rabbitmqctl enable_feature_flag raft_based_metadata_store_phase1 bazel run --config=local rabbitmqctl import_definitions q1-with-100k-topic-bindings.json ``` Memory usage goes...

khepri
performance

I won't recite the discussion in #4099 but there's some interest on our team in making [consumer delivery acknowledgement timeout](https://www.rabbitmq.com/consumers.html#acknowledgement-timeout) configurable per virtual host. Starting with 3.11, virtual host metadata...

Because the shovel worker [links](https://github.com/rabbitmq/rabbitmq-server/blob/e46216b5a8b28de40a3fed06662e208682a7a3c2/deps/rabbitmq_shovel/src/rabbit_amqp10_shovel.erl#L105) to the AMQP 1.0 client connection process - when the remote target detaches the link (due to inactivity for example) the shovel wroker process may...

@ansd commented on [Wed May 19 2021](https://github.com/rabbitmq/tanzu-cluster-operator/issues/69) The suffix `_total` is used for counters. However this metric is a gauge. There is already a TODO in the code, make sure...

No longer reduce memory usage as well (except an explicit GC that I am pondering about removing). Beyond simplifying the implementation, this branch also provides better performance than either default...

bazel
make

This is a degenerate case but if you have a loop of `basic.consume` operations without a `basic.cancel` (e.g. you abruptly close the connection), the log won't be snapshotted and thus...

Note: this issue is related to an unreleased feature If the Mnesia->Khepri fails for any reason, upon the next startup, the `metadata_store` tries to load the migrated part of the...

khepri