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. Email us for help if needed.
Installs: 4 552
Dependents: 0
Suggesters: 0
Security: 0
Type:symfony-bundle
pkg:composer/tripcloud/async-event-dispatcher-bundle
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: