bschmitt/laravel-amqp

How to use reconnection?

Closed this issue · 1 comments

I received an error message saying "Broken pipe or closed connection" from RabbitMQ while using the library. This occurred during reprocessing, and the connection failed even while sending to the dead letter queue after the reprocessing failed. I wanted to reconnect, but I couldn't find any provided functionality. I want to implement a logic to reprocess after reconnection. Can you tell me how to reconnect?

I found it