eclabsit/rabbitmq-bacground-jobs

Background Jobs using RabbitMQ

Maintainers

Package info

github.com/eclabsit/rabbitmq-background-jobs

pkg:composer/eclabsit/rabbitmq-bacground-jobs

Statistics

Installs: 246

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.1.4 2018-06-19 17:41 UTC

This package is not auto-updated.

Last update: 2026-03-01 03:04:39 UTC


README

The RabbitMQModule Background Jobs implementation

Installation

Composer

composer.phar require eclabsit/rabbitmq-background-jobs

Usage

Configuration

Use RabbitMQModule Configuration to set up Connection, Consumers and Producers

Publishing Jobs

$this->bgJobsProducer()->publish(serialize(new MailJob()));

MailJob MUST implements RabbitMqBackgroundJobs\Job\JobInterface