bschmitt / laravel-amqp

AMQP wrapper for Laravel and Lumen to publish and consume messages
MIT License
268 stars 86 forks source link

Connection refused #48

Closed Prakashg07 closed 6 years ago

Prakashg07 commented 6 years ago

I am following "https://github.com/bschmitt/laravel-amqp" but I am getting "stream_socket_client(): unable to connect to tcp://localhost:5672 (Connection refused)". And I have configured amqp.php too

Please help me out here.

Prakashg07 commented 6 years ago

I solved it. Thanks

pawlox commented 5 years ago

Thanks for the solution, really helpful...