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

I am implementing applications that communicate purely using AMQP 1.0. While I want to use RabbitMQ as AMQP broker, the applications are unaware of rabbitmq entirely. I use a fanout...

rabbitmq-amqp1.0

Quorum queues need to support publisher de-duplication such that when server issues occur and a publisher does not receive a confirm within some timeframe the publisher can retry without the...

https://www.rabbitmq.com/consumer-cancel.html > It is not an error for the client to issue a basic.cancel for a consumer which has been unexpectedly cancelled (e.g. due to queue deletion). By definition, there...

Hi Team! There seems to be an issue when a client is connected to RabbitMQ through MQTT WebSocket, if the client disconnects through a graceful disconnect manner, an LWT message...

![image](https://user-images.githubusercontent.com/514737/151391393-93ec306d-c749-44bc-834c-aa8027366574.png) should be ```json "tags": [ "administrator" ], ``` References https://github.com/rabbitmq/rabbitmq-server/issues/2667.

bug

`rabbitmq-diagnostics node_health_check` (née `rabbitmqctl node_health_check`) has been [deprecated](https://rabbitmq.com/monitoring.html#deprecations) for well over a year. It is a very opinionated, very expensive health check that is often abused and performed [unreasonably](https://rabbitmq.com/monitoring.html#monitoring-frequency) often,...

Issue discussed with @mkuratczyk on slack: https://rabbitmq.slack.com/archives/CTMSV81HA/p1638543089101700 Example issue: a cluster with 3 nodes and quorum queue have only 1 member instead of 3 at ![image](https://user-images.githubusercontent.com/2983049/144655781-ccab1d97-83e0-4b98-bdf5-45de64b56cc4.png) ![image](https://user-images.githubusercontent.com/2983049/144655358-8e7c25d8-37a7-42ff-8d83-529aa4953f67.png) ### Scenario: this...

usability

AMQP stream consumers currently can not use the broker side offset persistence facility available to the stream protocol. Partly this is due to the fact that there is no suitable...

Originally filed as https://github.com/rabbitmq/rabbitmq-management/issues/293. One thing that's immediately not obvious to me is what should happen when new vhosts are added, since this is an ongoing maintenance problem. Also, as...

enhancement