Closed
Description
If a user follows the documentation here: https://devdocs.magento.com/guides/v2.4/config-guide/mq/manage-message-queues.html#start-message-queue-consumers to do the initial setup Rabbit MQ they instruct the user to use amqp as the connection name.
If that user then uses the PHP Storm plugin to scaffold a new message queue, this extension defines that connection name as ampq (p and q swapped).
This will cause the CLI and most likely other executions to fail.
This can be easily resolved by altering the connection names in either the generated .xml files or in your env.php, and I know (I think?) that the connection name is just an arbitrary string, but some others might run into the same issue I did and not realize it.