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

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

@ansd commented on [Tue Mar 02 2021](https://github.com/rabbitmq/tanzu-cluster-operator/issues/45) In https://github.com/rabbitmq/rabbitmq-server/pull/2858, we spiked a metric for availability of a quorum queue. In this PR, on every RabbitMQ node with the quorum queue...

Hi, Currently when a quorum queue starts up it will go through all the snapshot files: https://github.com/rabbitmq/ra/blob/94ea25111b6f9f795e4f8b30fb3018b74426a4ec/src/ra_log.erl#L940 This is very inefficient for large queues, it can take minutes to read...

# Description When quorum queues are used (in this case on a cluster of 3 nodes running in openshift and joined using the k8s plugin) messages cannot be ACK'd via...

not-enough-information

Hello, guys. We have found a problem with shovels on RabbitMQ 3.9.6.(I think on last version it is presented too). After some network problems shovel consumer doesn't get ack from...

Hi, We have a few RabbitMQs which sometimes get stuck during shutdown for 10 minutes. We tracked it down to that a Classic Queue mirror in starts just the right...

Hi, When using the AMQP 1.0 plugin or AMQP 1.0 Shovels the connections are not listed using the `rabbitmqctl list_amqp10_connections` command. I suspect the reason is that the code was...

See the following: https://github.com/rabbitmq/rabbitmq-website/issues/1366 https://github.com/rabbitmq/rabbitmq-server/discussions/4229 The Consul peer discovery plugin requires that a user set `cluster_formation.consul.use_longname` even though that could be determined by calling `rabbit_nodes:name_type/0`. There may be other places...

Hi, if I publish a message under a topic with the RETAIN flag set to true and QoS 1 and then subscribe with a new client for the first time...

rabbitmq-mqtt

Hello, When trying to integrate RabbitMQ with this plugin and Azure Active Directory we had an insurmountable issue, we found out in the code that we were able to define...