]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/config.yml
1st draft for rabbitMQ
[github/wallabag/wallabag.git] / app / config / config.yml
index 31bd8a8c0597a96cc533a7e7a27ccc402504694a..ef5ae0aa2e64d63ee5dac4ac8a54d57315b65680 100644 (file)
@@ -215,3 +215,28 @@ lexik_maintenance:
     response:
         code: 503
         status: "wallabag Service Temporarily Unavailable"
+
+old_sound_rabbit_mq:
+    connections:
+        default:
+            host:     %rabbitmq_host%
+            port:     %rabbitmq_port%
+            user:     %rabbitmq_user%
+            password: %rabbitmq_password%
+            vhost:    /
+            lazy:     false
+    producers:
+        wallabag:
+            connection: default
+            exchange_options:
+                name: 'wallabag_exchange'
+                type: topic
+    consumers:
+        entries:
+            connection: default
+            exchange_options:
+                name: 'wallabag_exchange'
+                type: topic
+            queue_options:
+                name: 'wallabag_queue'
+            callback: wallabag_import.consumer.entry