carlosas/docker-for-symfony

Can't connect to RabbitMQ container from PHP-FPM container

amiriskander opened this issue · 1 comments

Hello @carlosas,
Thanks for the great efforts you put in this project.
I'm working on a PoC using your docker project, and I'm facing a problem to connect to the RabbitMQ container from the PHP-FPM container but always get connection refused error, I'm using the symfony bundle "https://github.com/php-amqplib/RabbitMqBundle".

I have managed to publish messages to queue in that RabbitMQ container but using the package that this bundle was built over: php-amqplib/php-amqplib, seems that there was an issue with that bundle or my configuration.