From ac87e0db2ac5db90f1b0639a2d31c7098b4eaa20 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Wed, 14 Sep 2016 10:17:22 +0200 Subject: AMPQ -> AMQP --- .../ImportBundle/Consumer/AMQPEntryConsumer.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/Wallabag/ImportBundle/Consumer/AMQPEntryConsumer.php (limited to 'src/Wallabag/ImportBundle/Consumer/AMQPEntryConsumer.php') diff --git a/src/Wallabag/ImportBundle/Consumer/AMQPEntryConsumer.php b/src/Wallabag/ImportBundle/Consumer/AMQPEntryConsumer.php new file mode 100644 index 00000000..5aaa8c03 --- /dev/null +++ b/src/Wallabag/ImportBundle/Consumer/AMQPEntryConsumer.php @@ -0,0 +1,17 @@ +handleMessage($msg->body); + } +} -- cgit v1.2.3