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

Hi, We are running into an issue that a Quorum Queue expires even if it's being redeclared. The documentation states that the lease is renewed when the queue is redeclared:...

Currently, this plugin supports GET and POST HTTP methods. For **GET** requests, vhost is a part of query params like so: ``` {user_path, "https://ahost1:8080/auth/user?vhost=vhost01&username=user01&password=1234"} {vhost_path, "https://ahost1:8080/auth/vhost?vhost=vhost01&username=user01} ``` For **POST** requests,...

enhancement
rabbitmq-auth-backend-http

Hello. It would be nice if users could authenticate in management plugin using certificate instead of standard login-password pair. Feature is needed in secure environments when using login/password is not...

rabbitmq-management

### Is your feature request related to a problem? Please describe. I played with the new 3.13 beta feature to register a custom queue type (#8834, #8927) - a lot...

enhancement

### Describe the bug After upgrading from RabbitMQ 3.11 to 3.12, we noticed that metrics such as `rabbitmq_queue_messages_published_total`, `rabbitmq_channel_messages_delivered_total`, `rabbitmq_channel_messages_delivered_ack_total` and `rabbitmq_channel_messages_redelivered_total` are no longer available, but only for queues/messages...

## Proposed Changes The connection lifecycle managed by reader's gen_server. There were places where `stop` returned, yet connection closed manually, not letting `terminate` do the job. Also added more logs...

### Is your feature request related to a problem? Please describe. MQTTv5 is used in our app ( https://github.com/MetPX/Sarracenia ) exactly the same way as rabbitmq/amqp. We have multiple processes...

enhancement
rabbitmq-mqtt

Filing this for visibility. Our team has been working on a new generation of `rabbitmqadmin` (note: that's a separate tool from `rabbitmqctl`, `rabbitmq-diagnostics`, `rabbitmq-upgrade`, and so on). The primary goal...

enhancement
rabbitmq-management
rabbitmq-cli

See rabbitmq/rabbitmq-server#2410. [STOMP 1.2](http://stomp.github.io/stomp-specification-1.2.html#ERROR) assumes that every `ERROR` frame is for a fatal event and must be followed by a TCP connection closure. Such soft and hard error distinction is...

rabbitmq-stomp

### Describe the bug How it looks to me now - stomp transaction data stored in pdicts which are part of the process heap. Large binaries are not part of...

bug
rabbitmq-stomp