From 991646ba2b4e481f53bd37b1c8cee661daa3917b Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 13 Sep 2019 10:21:19 +0100 Subject: [PATCH] Live blogging from SymfonyLive London 2019 --- source/_posts/2019-09-13-live-blogging-symfonylive-london.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_posts/2019-09-13-live-blogging-symfonylive-london.md b/source/_posts/2019-09-13-live-blogging-symfonylive-london.md index b659eae8..5bc5c984 100644 --- a/source/_posts/2019-09-13-live-blogging-symfonylive-london.md +++ b/source/_posts/2019-09-13-live-blogging-symfonylive-london.md @@ -131,3 +131,5 @@ Notifier * Queues as a service (RabbitMQ) * Work queue - one producer, multiple consumers * Queues should be durable - messages are also stored on disk, consumers should acknowledge a message once a message is handled +* Publish/subscribe + - Producer -> Fanout/direct with routing (multiple queues) -> multiple consumers