rabbitmq-website
rabbitmq-website copied to clipboard
RabbitMQ website
Minor documentation omission in the AMQP protocol pages. This might be a documentation omission for `rabbitmq-server` itself, I am not sure. The protocol documentation (either quick reference or full reference)...
The Terminology changes (word replacement) that needs to happen is outlined here: https://source.vmware.com/portal/pages/global-marketing/terminology-changes For instances for words like changing "disabled" to "deactivated" this will be reviewed on a "case by...
For instance, see this listing: https://www.rabbitmq.com/clustering-ssl.html#strategy-one-flags ``` erl -noinput -eval 'io:format("ERL_SSL_PATH=~s~n", [filename:dirname(code:which(inet_tls_dist))])' -s init stop ``` The correct form of the above command when using `cmd.exe` is: ``` erl -noinput...
**Note**: This PR should not be merged until the PR https://github.com/rabbitmq/rabbitmq-server/pull/10012 is released
### Is your feature request related to a problem? Please describe. It is a bit tedious to explicitly copy the code/commands from the tutorials page while learning. Instead I think...
### Is your feature request related to a problem? Please describe. https://github.com/rabbitmq/rabbitmq-server/discussions/10398 It's rare, but some users use wildcard certs for inter-node TLS. We should document the correct way to...
### Is your feature request related to a problem? Please describe. I created an RPC client based on the [C# RPC tutorial](https://www.rabbitmq.com/tutorials/tutorial-six-dotnet.html), and was burned by the queue declaration approach...
### 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 -...
### Is your feature request related to a problem? Please describe. **Context** This is a a few months old but an interesting stream nonetheless: A very experienced engineer (ex-Meta, ex-PHP...