Karl Nilsson
Karl Nilsson
From rabbit_queue_consumers else the classic queue type will not be portable.
Because the shovel worker [links](https://github.com/rabbitmq/rabbitmq-server/blob/e46216b5a8b28de40a3fed06662e208682a7a3c2/deps/rabbitmq_shovel/src/rabbit_amqp10_shovel.erl#L105) to the AMQP 1.0 client connection process - when the remote target detaches the link (due to inactivity for example) the shovel wroker process may...
This is to avoid a case where multiple policies are matches for a given exchange and the federation exchage suite causing indeterminacy in the policy being applied to certain exchanges....
In many places including exchange types. This should make it easier to move towards using a message container type instead of basic_message. ## Proposed Changes Please describe the big picture...
Remove AMPQ 0.8 support. Commit codegened files and only regenerate on `make codegen` in `rabbit_common`
Currently there is no command equivalent to `await_online_quorum_plus_one` that takes streams into account. Also there would need to be some way of ensuring that the stream coordinator would not lose...
Should the `ra_log_segment_writer` process crash it takes down the `ra_log_sup` including the wal etc. If a ra server (such as a quorum queue member) tries to write whilst the wal...
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...
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...