Back to docs
Integration Examples
Complete, copy-paste examples for every supported queue backend. Each example includes initialization, job processing, in-job logging, and graceful shutdown.
Pick your runtime
Node.js Examples
BullMQ, bee-queue, Agenda.js, MultiProvider, and custom providers — all with in-job logging and graceful shutdown.
BullMQ bee-queue Agenda.js MultiProvider Custom provider
PHP Examples
Laravel Queues, Symfony Messenger, custom QueueProviderInterface, and MultiProvider — zero-config to fully custom.
Laravel Queues Symfony Messenger Custom provider MultiProvider