Laravel Queue Rabbitmq Versions Save

RabbitMQ driver for Laravel Queue. Supports Laravel Horizon.

v14.0.0

2 months ago
  • First version compatible with Laravel 11

v13.3.5

3 months ago

v13.3.4

4 months ago

What's Changed

  • Fix issue regarding configuration of the SSL Verify Peer option #570

New Contributors

Full Changelog: https://github.com/vyuldashev/laravel-queue-rabbitmq/compare/v13.3.3...v13.3.4

v13.3.3

10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/vyuldashev/laravel-queue-rabbitmq/compare/v13.3.2...v13.3.3

v13.3.2

11 months ago

v13.3.1

11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/vyuldashev/laravel-queue-rabbitmq/compare/v13.3.0...v13.3.1

v13.3.0

11 months ago

What's Changed

New Contributors

Update notes:

  • When using your own worker class extended from RabbitMQQueue:class, make sure you align the constructor calls. Or completly remove the constructor in your own worker class.
  • When you use your own config items in your own worker class, those extra items will be available in the configObject and can be accessed like: $extraConfigOptions = $this->getConfig()->getOptions()

Changelog: View Full Changelog: https://github.com/vyuldashev/laravel-queue-rabbitmq/compare/v13.2.0...v13.3.0