Find The Latest Laravel Packages
Login To Post Your PackagePeople Exploring Laravel
42480
Laravel Queue Driver for RabbitMQ
The Laravel Queue Driver for RabbitMQ is a powerful and efficient way to handle background jobs in Laravel applications. It leverages RabbitMQ to ensure reliable and scalable task processing. The driver provides a convenient API for queuing jobs and managing their execution. It supports various job queue configurations and offers features like job retries and visibility control. To use the driver, you need to install the `vlucas/rabbitmq` package and configure RabbitMQ connection details.
"Efficient queuing, RabbitMQ style"
Related Projects
Track Job Progress and Status in Laravel with the Laravel Job Status Package
You can track a queue job's status by adding the Trackable trait provided by this package:
Safely Retry API calls in Laravel
Using the Idempotency-Key header with a unique UUID, you can send the same key over and over, and the original response is returned without running an operation multiple times:
Easily create complex database queries with the Query Enrich Package
Code Less, Unleash Data
Manage Metadata on Laravel Eloquent Models with JSON Support
Organize & Extend Eloquent Models.