rabbitmq-server
rabbitmq-server copied to clipboard
Open source RabbitMQ: core server and tier 1 (built-in) plugins
### 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...
## 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...
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...
### 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...
Management UI creates classic queue instead of virtual host default queue type in some circumstances
### 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...
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...
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...
## 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...