t3n/jobqueue-log
composer require t3n/jobqueue-log
A sidecar package for t3n.JobQueue.RabbitMQ to publish logs
1.0.0
Readme excerpt
t3n.JobQueue.Log
A sidecar package for t3n.JobQueue.RabbitMQ. This package will log infos about submitted, failed and finished jobs to a RabbitMQ backend. This package could also be used to simply log some custom messages.
SetupTo use RabbitMQ as a backend for a JobQueue you need a running RabbitMQ Service. You can use our docker image which also includes the management console t3n/rabbitmq
Install the package using composer:
composer require t3n/jobqueue-log ConfigurationFor a basic setup of RabbitMQ Queues check t3n.JobQueue.RabbitMQ. This section will only cover the additional configuration.
There are some preconfigured queues:
Flowpack: …Read more
The same vendor provides 11 package(s).