rabbitmq-website
rabbitmq-website copied to clipboard
RabbitMQ website
This PR includes : - Add OAuth 2.0 authentication backend plugin page - Link plugin page from the left navigation menu - Reorganize oauth2-examples page - Update oauth2-examples page with...
New OAuth 2.0 configuration for the management ui implemented by this [PR](https://github.com/rabbitmq/rabbitmq-server/pull/4749)
@michaelklishin @dyozie When importing the RabbitMQ OSS website into Tanzu docs, these are the outstanding issues which we should work on - possibly have them fixed for the OSS 3.11/Tanzu...
Add a description/instructions to explain x509 client cert auth with the use of the rabbitmq_trust_store plugin. Add this information to the OSS RabbitMQ and Tanzu doc sets. Background conversation about...
Hello Team, On the Website for RabbitMQ configuration, the `tcp_listen_options` setting is described as "Default socket options. You probably don't want to change this." Is there more context we can...
**As a** RabbitMQ.com developer **I want** the [RabbitMQ Product Checklist reviewed](https://www.rabbitmq.com/production-checklist.html) **So that** I can improve the readability of it
https://www.rabbitmq.com/search.html?q=rabbitmq
https://github.com/rabbitmq/rabbitmq-server/discussions/4229 The documentation here implies that `cluster_formation.consul.use_longname = true` is all you need to do to use long node names: https://www.rabbitmq.com/cluster-formation.html#peer-discovery-consul It should have the same note about `USE_LONGNAME` as...
Per conversation during the retro. To increase the quorum queues users we could change our https://www.rabbitmq.com/getstarted.html examples. Use quorum queues instead of classic queues.