rabbitmq-website
rabbitmq-website copied to clipboard
OSS RMQ Docs: Document/Separate the common path V's the less common paths
Is your feature request related to a problem? Please describe.
A customer wanting to install/use RMQ as a message broken may take different paths:
Common Path: Install RMQ - > access management UI (declare queues, publish and consume messages, add a bindings, etc), -> basic CLI commands -> perf-test -> go the tutorials (document the steps of the common path )
OR
Less Common Paths: What are they? What are the most popular ones we have come across so far or we know of and need to be documented, lets include these paths in documentation and point to the different documentation topics user needs to access to walk these paths.
Describe the solution you'd like
As an initial solution for this, we could do something along the lines of the following on the <Getting started> page of OSS RMQ docs:
If you just want to install OSS RMQ, experiment with it on your workstation, go here, then do X, then do Y.
However if the above is not what you want, refer to the following paths which may suit your needs better:
- Use Case 1
- Use Case 2 ....
(we could put these use case paths in a table
Describe alternatives you've considered
No response
Additional context
No response