aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Consumer/AbstractConsumer.php
Commit message (Collapse)AuthorAgeFilesLines
* Avoid RabbitMQ consumer to loopJeremy Benoist2016-10-201-2/+3
| | | | When the `parseEntry` returns null it means the entry already exists in the database. Sending `false` as return, will requeue the message which will then loop forever.
* Re-facto EntryConsumerJeremy Benoist2016-09-111-0/+74
Using an abstract method allow to share code but also can be used it we add a new broker in the future