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, referring to the messages on Slack, I decided to write here as well. It is more like an idea or an implementation. More specifically, it is about adding an...

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...

usability
rabbitmq-cli
streams

Related to #3803 See https://groups.google.com/g/rabbitmq-users/c/Toq7BRq2Npk The mailing list user reports a case where an LDAP password is logged as part of `mfargs` to `rabbit_channel:start_link`. It appears that the `impl` field...

It's not clear what the Streams should do when a disk alarm is triggered. Current behavior is just like with queues - stop the publishers, and hope for the resources...

Hi, The credit calculation in the AMQP client is incorrect, it is always behaving like the client has infinite credit. This does not cause any issues with RabbitMQ itself because...

Prior to https://github.com/rabbitmq/rabbitmq-server/issues/4303, setting `RABBITMQ_LOGS=-` would also send the upgrade log file to stdout. We should allow using configuration entries like this: ``` log.upgrade.file = - log.upgrade.file = stdout ```...

See e.g. [1] for background. Some algorithms are fixed at key generation time, so supporting a specific list of cipher suites might require support for multiple certificate/key pairs. Erlang's `ssl`...

effort-medium
enhancement

Related to these items: * https://github.com/rabbitmq/rabbitmq-server/issues/2544 * https://pivotal-esc.atlassian.net/browse/VESC-1034 Currently, if you federate an exchange the upstream node creates an internal queue from which the downstream consumes. These internal queues _can_...

Ranch supports TLS extensions of the [Proxy Protocol](https://www.rabbitmq.com/networking.html#proxy-protocol) but RabbitMQ doesn't propagate the necessary information to Ranch, most likely because our adoption of Proxy Protocol predates those extensions. ## Original...

We want to store all messages published to any exchange on RabbitMQ in a durable store (we're only using topic exchanges if that makes any difference) and we're currently using...

effort-low
enhancement