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

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: