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

First discovered in KNative integration pipelines and described here: https://github.com/knative-sandbox/eventing-rabbitmq/issues/792 Discussed with @dcorbacho. How this race happens: When we create a queue rabbit first amend its spec with matching policy...

TBW; this pull request is mainly to trigger testing in GitHub Actions. A complete description will be written when the work is closer to completion.

bazel
make

Test case: 1. Create a bunch of users: `for i in `seq 12`; do rabbitmqctl add_user foo$i foo; done` 2. Go to http://localhost:15672/#/users 3. Enter "10" for the number of...

usability

NOTE: this issue is related to an unreleased Khepri integration (branch khepri-queues). With many definitions, the metadata store can use GBs of RAM. All that memory is currently reported under...

khepri

NOTE: this issue is related to an unreleased Khepri integration (branch `khepri-queues`). After declaring 1 queue and 1 million topic bindings, vhost crashed and would not recover. Full log attached....

khepri

When using the `rabbitmq-management` plugin with the `rabbitmq-auth-backen-oauth2`, users are redirected to the OAuth server to authenticate following an implicit_grant flow. The plugin makes several assumptions about the structure of...

rabbitmq-management

## Description The behaviour in configuration key precedence is not consistent for certain configuration keys. Specifically, they configuration key pair `disk_free_limit.relative` + `disk_free_limit.absolute`, and the pair `vm_memory_high_watermark.relative` + `vm_memory_high_watermark.absolute`. The...

rmq version: 3.8.14 enabled_plugins: `[rabbitmq_management,rabbitmq_tracing,rabbitmq_peer_discovery_aws,rabbitmq_federation,rabbitmq_federation_management,rabbitmq_shovel,rabbitmq_shovel_management].` I have a cluster of 3 rmq nodes using AWS peer discovery with tags. I enabled cluster formation node cleanup, to force remove the unknown...

usability

Specifically, the `dotnet` `roundtrip_to_amqp_091` test fails. Others pass. It appears that connection made by the rabbitmq dotnet client is not via localhost, and the broker rejects the guest credentials. This...

Currently there is no way to set the x-max-age header when using stomp. Recently there was a commit adding x-stream-offset. Would it be possible to also add the x-max-age header?...