vyuldashev / laravel-queue-rabbitmq

RabbitMQ driver for Laravel Queue. Supports Laravel Horizon.
MIT License
1.91k stars 377 forks source link

AMQP error while attempting pop: Channel connection is closed #343

Closed smarcet closed 4 years ago

smarcet commented 4 years ago

got ramdoly this error messages

AMQP error while attempting pop: Channel connection is closed

A clear and concise description of what the bug is.

i checked the code for RabbitMQQueue::pop for version 9.0 and its not trying to re connect the channel

since version 10.0 tries reconnection

any chance to do the same for v9.0

adm-bome commented 4 years ago

Why can't you use the latest version 10.2.1?

For a fix: Try to fork this lib and submit a Pull Request on the branch [v9.0]

@vyuldashev can you assist for this version.

smarcet commented 4 years ago

i would do that thx u regards