Download the PHP package prooph/psb-enqueue-producer without Composer
On this page you can find all versions of the php package prooph/psb-enqueue-producer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package psb-enqueue-producer
Enqueue Message Producer for Prooph Service Bus
Use Enqueue as a message producer for Prooph Service Bus.
Important
This library will receive support until December 31, 2019 and will then be deprecated.
For further information see the official announcement here: https://www.sasaprolic.com/2018/08/the-future-of-prooph-components.html
Installation
You can install the producer via composer by executing $ composer require prooph/psb-enqueue-producer.
Usage
Check the EnqueueMessageProducerTest. Set up the producer is a straightforward task. Most of the required components are provided by PSB and Enqueue. This package only provides the glue code needed to let both systems work together.
Why Enqueue producer
- You choose a transport from many supported ones.
- Could be used from Symfony as well as plain PHP.
- Supports delayed messages (if transport supports it).
- Supports events, commands and queues with possibility to get result.
- Simple and clean code.
Symfony configuration
If you're using the EnqueueBundle you can configure the classes from this package like this:
Then you can run the processor like this:
See the Enqueue documentation for more information.
Support
- Ask questions on Stack Overflow tagged with #prooph.
- Ask enqueue questions in enqueue gitter chat.
- File issues at https://github.com/prooph/psb-enqueue-producer/issues.
- Say hello in the prooph gitter chat.
License
It is released under the MIT License.
All versions of psb-enqueue-producer with dependencies
prooph/common Version ^4.1
prooph/service-bus Version ^6.0
enqueue/simple-client Version ^0.10