From cfb6eea5ff3b11bd51a2afa25be09bd5aea985dc Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 13 Sep 2019 10:29:10 +0100 Subject: [PATCH] Live blogging from SymfonyLive London 2019 --- source/_posts/2019-09-13-live-blogging-symfonylive-london.md | 1 + 1 file changed, 1 insertion(+) 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 1663d6f3..9ea93fbc 100644 --- a/source/_posts/2019-09-13-live-blogging-symfonylive-london.md +++ b/source/_posts/2019-09-13-live-blogging-symfonylive-london.md @@ -145,3 +145,4 @@ Notifier * What if it takes 20 seconds to send a message? Use asynchronous. * Transports as middleware (needs sender, receiver, configurable with DSN, encode/decode). `MESSENGER_DSN` added to `.env` * Start consumer with `bin/console messager:consume-messages`. Time limit with `--time-limit 300` +* PHP Enqueue - production ready, battle-tested messaging solution for PHP