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

### Is your feature request related to a problem? Please describe. When client apps leak queues, i.e. they declare queues but won't (always) delete them, queue TTL can be a...

enhancement

### Is your feature request related to a problem? Please describe. As of now, a lot of useful per-exchange/per-queue-metrics (for example the number of unroutable messages, number of delivered messages,...

enhancement

## Proposed Changes Implements feature request https://github.com/rabbitmq/rabbitmq-server/issues/11103 ## Types of Changes What types of changes does your code introduce to this project? _Put an `x` in the boxes that apply_...

Release notes: https://github.com/rabbitmq/khepri/releases/tag/v0.14.0 While here, bump khepri_mnesia_migration from 0.4.0 to 0.5.0 as well.

bazel
make

This is a follow-up to https://github.com/rabbitmq/rabbitmq-server/pull/1812. We can and should lower the limit from its current 128 MiB. The idea in #1812 was to gradually lower it from its original...

## Why The previous layout followed the flat structure we have in Mnesia: * In Mnesia, we have tables named after each purpose (exchanges, queues, runtime parameters and so on)....

bazel
make

### Describe the bug - RabbitMQ crashes when a hostname that is listed in Consul cannot be resolved to an IP address. - When RabbitMQ closes unexpectedly, a service might...

bug

### Is your feature request related to a problem? Please describe. An operator would like to receive a notification if a queue limit, e.g. a configured `max-length` or `max-length-bytes` is...

enhancement

## Proposed Changes * cron actions keep failing on my local repo * from the GitHub debug, it seems they are missing tokens passed as secrets. ```shell # git grep...

* this should not be a breaking change - all validation should still pass * CQs can now use `queue-leader-locator` * `queue-leader-locator` takes precedence over `queue-master-locator` if both are used...

bazel
make