vyuldashev / laravel-queue-rabbitmq

RabbitMQ driver for Laravel Queue. Supports Laravel Horizon.
MIT License
1.93k stars 382 forks source link

Keepalive not being set? #598

Open TomaszKorwel opened 3 months ago

TomaszKorwel commented 3 months ago

I have keepalive set to true in queue.php yet the ConfigFactory seems to be ignoring that setting and not passing that on to Connection.

Is there anything I need to set differently to have that setting passed?