File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ QPush - Symfony2 Push Queue Bundle
66[ ![ Code Coverage] ( https://img.shields.io/scrutinizer/coverage/g/uecode/qpush-bundle.svg?style=flat-square )] ( https://scrutinizer-ci.com/g/uecode/qpush-bundle/ )
77[ ![ Total Downloads] ( http://img.shields.io/packagist/dt/uecode/qpush-bundle.svg?style=flat-square )] ( https://packagist.org/packages/uecode/qpush-bundle )
88
9- ##Overview
9+ ## Overview
1010This bundle allows you to easily consume messages from Push Queues by simply
1111tagging your services and relying on Symfony's event dispatcher - without
1212needing to run a daemon or background process to continuously poll your queue.
@@ -158,4 +158,3 @@ public function onMessageReceived(MessageEvent $event)
158158
159159Once all other Event Listeners have been invoked on a `MessageEvent`, the Bundle
160160will automatically attempt to remove the Message from your Queue for you.
161-
You can’t perform that action at this time.
0 commit comments