Closed p-diogo closed 7 years ago
Thank you for your time.
Team RabbitMQ uses GitHub issues for specific actionable items engineers can work on. This assumes two things:
We get at least a dozen of questions through various venues every single day, often quite light on details. At that rate GitHub issues can very quickly turn into a something impossible to navigate and make sense of even for our team. Because of that questions, investigations, root cause analysis, discussions of potential features are all considered to be mailing list material by our team. Please post this to rabbitmq-users.
Getting all the details necessary to reproduce an issue, make a conclusion or even form a hypothesis about what's happening can take a fair amount of time. Our team is multiple orders of magnitude smaller than the RabbitMQ community. Please help others help you by providing a way to reproduce the behavior you're observing, or at least sharing as much relevant information as possible on the list:
rabbitmqctl status
(and, if possible, rabbitmqctl environment
output)Feel free to edit out hostnames and other potentially sensitive information.
When/if we have enough details and evidence we'd be happy to file a new issue.
Thank you.
Your config file should be named rabbitmq.config
, otherwise in 3.6.x the server won't load it as it appends .config
to the value of RABBITMQ_CONFIG_FILE
(there will be a message about config file not being found in the log). 3.7.0 will support arbitrary extensions/filenames.
RabbitMQ Configuration guide has a section on effective config verification.
Hello everybody,
I'm trying to setup rabbitmq (and its MQTT plugin) to allow AA via http with this module, but it keeps failing. It crashes when connecting via MQTT and also via the builtin management portal.
This is my very simple docker file:
My env vars:
and my
rabbitmq2.conf file
:The problem: rabbitmq never communicates with my web server.
When connecting via MQTT: https://pastebin.com/J9pQJpBH
When connecting via builtin management portal: https://pastebin.com/JWFQsDPe
Any help ?
Thank you in advance.