# vyuldashev/laravel-queue-rabbitmq

RabbitMQ driver for Laravel Queue. Supports Laravel Horizon.

Repository: https://github.com/vyuldashev/laravel-queue-rabbitmq
Canonical: https://ross.abutalabs.com/products/laravel-queue-rabbitmq
Language: PHP
License: MIT
License Family: permissive
Topics: laravel, queue, rabbitmq, php, amqp, horizon
Last push: 2026-08-21T01:27:34+00:00

## Health v2 (maintenance only)
Score: 75/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 98, release rhythm 32, longevity 100
- inputs: {"age_days": 4653, "days_push": 13, "days_rel": 293, "gap_med": 100.5, "n_releases_24m": 3}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2126, forks 459 (observed 2026-08-28T04:06:16.931125+00:00)

## What it is
A RabbitMQ queue driver for the Laravel framework, implemented as a Composer-installable PHP package. It lets Laravel applications use RabbitMQ via AMQP as their queue backend and supports Laravel Horizon.

## Use cases
- use RabbitMQ as the queue backend for a Laravel app
- run Laravel Horizon with RabbitMQ instead of Redis
- publish queued jobs to a RabbitMQ exchange with routing keys
- prioritize delayed jobs in Laravel queues
- connect Laravel to multiple RabbitMQ hosts for failover

## When to choose
- your Laravel application already uses or plans to use RabbitMQ for messaging
- you need AMQP features like exchanges, routing keys, or message priorities that the default database/Redis drivers lack
- you want Horizon compatibility with a RabbitMQ backend

## When to avoid
- your project is not built on Laravel, since the driver is framework-specific
- you only need a simple queue and Redis or the database driver is sufficient
- you need a framework-agnostic AMQP client library rather than a Laravel queue integration

## Facets
- artifact type: library
- maturity: active
- function: message-queue, middleware
- domain: backend, web-development, developer-tools
- platform: php, self-hosted
- tags: laravel, rabbitmq, amqp, horizon, queue-driver, messaging

## Member repositories
- vyuldashev/laravel-queue-rabbitmq (main) score 75

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:16.931125+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:52:32.397618+00:00, confidence not recorded.
  - readme: https://github.com/vyuldashev/laravel-queue-rabbitmq (fetched 2026-08-28T04:06:16.931125+00:00, sha 7bcdba68be91)
- Data as of 2026-08-30T08:39:29.467469+00:00.
