From a66568334d38e4e4a13e43803924670825d49f4a Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 13 Sep 2019 10:20:16 +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 c0a6f776e..b659eae87 100644 --- a/source/_posts/2019-09-13-live-blogging-symfonylive-london.md +++ b/source/_posts/2019-09-13-live-blogging-symfonylive-london.md @@ -129,3 +129,5 @@ Notifier * Can leverage Middleware with a command bus * 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