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. This feature addresses two possible problems users may encounter: a) their Identity Provider does not expose the OpenId Connect...

enhancement
rabbitmq-auth-backend-oauth2

## Proposed Changes Add function that parses a token and extract the expiration time. These functions are required by those client applications which need to refresh the access token and...

bazel
make

The conclusion of the discussion in #10661 is that the Consul peer discovery backend broke in RabbitMQ 3.13.0, following the rewrite of peer discovery in #9797. In this rewrite, the...

bug

### Is your feature request related to a problem? Please describe. The symptom is that after an unclean shutdown when RabbitMQ starts up and runs recovery steps, its memory usage...

enhancement

### Describe the bug In the management UI, when I go to create a new queue and elect to use the `Default for virtual host`, I am presented with the...

bug

Following issue is detected that application is disconnected from MQ at the very moment of two exchanges are bound. Error step is, 1. Create a source exchange to publish a...

rabbitmq-recent-history-exchange

This is an experiment for using `persistent_term` to hold the feature flag registry. `rabbit_ff_registry` is currently implemented with a module that is dynamically regenerated with `erl_syntax`, `compile:forms/2` and code reloading....

### Describe the bug The internal QQ process names are of the form `vhost_queue`. This could cause issues when vhost and queue names contain underscores. ### Reproduction steps 1. Create...

bug

## Proposed Changes Extends the management endpoint for retrieving messages from a queue allowing this operation to be applied to stream queues. Alters the `queue.ejs` template to show the _Get...