laravel-queue-rabbitmq

RabbitMQ driver for Laravel Queue. Supports Laravel Horizon.

MIT License

Downloads
6.7M
Stars
1.8K
Committers
65

Bot releases are hidden (Show)

laravel-queue-rabbitmq - v14.1.0 Latest Release

Published by khepin 5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/vyuldashev/laravel-queue-rabbitmq/compare/v14.0.0...v14.1.0

laravel-queue-rabbitmq -

Published by khepin 7 months ago

  • First version compatible with Laravel 11
laravel-queue-rabbitmq - Release v13.3.5

Published by adm-bome 9 months ago

laravel-queue-rabbitmq - Release v13.3.4

Published by khepin 9 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

laravel-queue-rabbitmq - Release v13.3.3

Published by adm-bome over 1 year ago

What's Changed

New Contributors

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

laravel-queue-rabbitmq - Release v13.3.2

Published by adm-bome over 1 year ago

laravel-queue-rabbitmq - Release v13.3.1

Published by adm-bome over 1 year ago

What's Changed

New Contributors

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

laravel-queue-rabbitmq - Release v13.3.0

Published by adm-bome over 1 year 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