tripcloud / async-event-dispatcher-bundle
Symfony2 event dispatcher witch dispatches events through RabbitMQ
This package's canonical repository appears to be gone and the package has been frozen as a result.
dev-default / 0.x-dev
2018-03-20 07:30 UTC
Requires
- php: >=5.4.0
- php-amqplib/rabbitmq-bundle: ^1.14
- psr/log: ^1.0
- symfony/framework-bundle: ^2.3|^3.0|^4.0
This package is auto-updated.
Last update: 2020-07-20 14:41:37 UTC
README
This bundle is to replace default symfony event dispatcher with new that can handle async events. Normal event will be despatched as normal, bus async events will go to rabbitmq queue and consumers will dispatch the same event in worker environment.
Set up
// TODO: