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

### Describe the bug Hi, The issue below involves deleting and recreating a queue while a node is down, which means that most users will not be affected by this....

bug

This was found as part of the [rabbitmq_shovel amqp10_dynamic](https://github.com/rabbitmq/rabbitmq-shovel/blob/master/test/amqp10_dynamic_SUITE.erl#L38) test suite. There is a chance that frames sent from the `rabbit_amqp1_0_reader` to the `rabbit_amqp1_0_session` process do not have time to...

rabbitmq-amqp1.0

From the spec §2.8.3 _1 The receiver will only settle after sending the disposition to the sender and receiving a disposition indicating settlement of the delivery from the sender._ Right...

rabbitmq-amqp1.0-client

The default RABBITMQ_BASE path in windows is problematic. The service is configured by default to start with the Local Service account which has nothing to do with the user who...

usability
pkg-windows
enhancement

### Is your feature request related to a problem? Please describe. RabbitMQ always extracts the user identity from a number of claim found in the access_token itself. The `access_token` is...

enhancement
rabbitmq-auth-backend-oauth2

### Is your feature request related to a problem? Please describe. When an user gets an error message like "No authorized" there could many reasons for it. Most of the...

enhancement
rabbitmq-auth-backend-oauth2
rabbitmq-management

## Proposed Changes This implements PBKDF2 password hash storage for internal authentication. The only built-in hash algorithms available for storing passwords are SHA256 and SHA512, which, while salted with a...

bazel

Refactor rabbit_channel from gen_server2 to gen_server Tests with 100B messages: ![msg-size-100B](https://github.com/user-attachments/assets/8810b9f1-dae4-44ab-a008-c3a370cae0f3) Tests with 1kB messages: ![msg-size-1kb](https://github.com/user-attachments/assets/69d692ae-0491-4b06-8f44-50c66af43640) Tests with 5kB messages: ![msg-size-5kb](https://github.com/user-attachments/assets/24fa4a2d-40af-488f-8679-a17b38c87c2d) Tests with 20kB messages: ![msg-size-20kb](https://github.com/user-attachments/assets/bd884a3e-574c-488a-a42c-71ab8dad7f23) Full test results: https://grafana.lionhead.rabbitmq.com/goto/cxGVTkeIR?orgId=1

This exposes all of the metrics that Ra collects in counters for the node's Khepri server under a new metric family in the "detailed" registry. Example output... ``` $ curl...

## Proposed Changes This PR introduces a new optional feature to help detect potential data loss scenarios during RabbitMQ node startup. The feature adds a verify_initial_run configuration option that defaults...