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

PR to test Ra v3 changes

make

Hex requires pacakges to use [semantic versioning](https://semver.org/). The packages `amqp_client` and `rabbit_common` uses strict version requirements on its dependencies which causes conflicts and ecosystem problems for users of those packages....

rabbitmq-erlang-client

### Describe the bug This is only tested on Management plugin RabbitMQ 4.0.8. It could also be an issue when referencing the broker definition in the config files directly but...

bug

### Is your feature request related to a problem? Please describe. We put a lot of queues into each RabbitMQ cluster, many of which are related in various ways. Some...

enhancement

### Is your feature request related to a problem? Please describe. In certain scenarios, most [(in)famously on Kubernetes](https://www.rabbitmq.com/docs/cluster-formation#peer-discovery-k8s) with a sequential `podManagementPolicy`, nodes can start but fail to [sync](https://www.rabbitmq.com/docs/clustering#restarting) its...

enhancement

### Is your feature request related to a problem? Please describe. Polling consumers can waste a non-trivial amount of resources because, well, that's typical of polling. ### Describe the solution...

enhancement

### Is your feature request related to a problem? Please describe. Due to how quorum queue reclaims its disk space — by deleting segment files that have no live [1]...

enhancement

Enhancement request: It would be useful to have schema documents that could be used to determine the structure of the data returned by the HTTP API. It's often useful to...

rabbitmq-management

### Describe the bug Given a 3-node cluster with Khepri enabled, if a node is partitioned (certainly happens with the leader being partitioned, I'm not sure if it can if...

bug

### Describe the bug Unless I'm misunderstanding how the Erlang AMQP 1.0 client is published, it looks like the version of `:amqp10_client` that the documentation on hexdocs.pm currently describes is...

bug