rabbitmq-server
rabbitmq-server copied to clipboard
Open source RabbitMQ: core server and tier 1 (built-in) plugins
### Describe the bug https://discord.com/channels/1092487794984755311/1092487794984755314/1323581561437814836 ### Reproduction steps `omq stomp -x 0 -T /topic/foo --queue-durability none` ### Expected behavior We think by default stomp subscription queues should be exclusive ###...
### Is your feature request related to a problem? Please describe. According to [RabbitMQ's compatibility matrix](https://www.rabbitmq.com/docs/which-erlang#compatibility-matrix), Erlang 27 requires version 4.0.4 or later. However, the latest package available on Hex...

## Proposed Changes STOMP: default to exclusive queues except stream queues ## Types of Changes What types of changes does your code introduce to this project? _Put an `x` in...
### Describe the bug ``` crasher: initial call: rabbit_amqp_session:init/1 pid: registered_name: [] exception exit: {{shutdown,delete}, {gen_statem,call, [{'%2F_amqp10_qq-1', 'rabbit@main-single-s20000-server-0.main-single-s20000-nodes.performance-tests'}, {aux_command,{get_checked_out,3,""}}, infinity]}} in function gen:do_call/4 (gen.erl, line 246) in call from gen_statem:call/3...
### Describe the bug NOTE: this issue may be applicable with Mnesia as well (I haven't tried), but with Mnesia, network partition handling strategies "interfere" and potentially prevent/resolve this issue....
### Describe the bug I don't have the exact repro steps. I think this is a race condition when a queue is deleted while the metrics are collected and the...
### Is your feature request related to a problem? Please describe. https://github.com/rabbitmq/rabbitmq-server/discussions/11463#discussioncomment-9784037 CLI tools could (should) use `RABBITMQ_CTL_ERL_ARGS="-dist_listen false"` by default. ### Describe the solution you'd like `RABBITMQ_CTL_ERL_ARGS="-dist_listen false"` ###...
### Describe the bug Sometimes in CI the testcase `peer_discovery_classic_config_SUITE:successfully_discovery` fails to cluster all 7 nodes. Six nodes join the same seed, and one other node selects itself as a...
### Describe the bug I use Grafana dashboard for Rabbitmq provided by your team. After ugrade from 3.13.x to 4.0.x I fount that ### Reproduction steps 1. Prometheus + Grafana...