From 5eac02f6f3e57c8a25baec9435f46d2d7e1b1c82 Mon Sep 17 00:00:00 2001 From: Alexandre Daubois Date: Fri, 8 Sep 2023 13:30:50 +0200 Subject: [PATCH] [Messenger] Reword note about Enqueue --- messenger.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/messenger.rst b/messenger.rst index d129d0f13e2..1e8325d8aed 100644 --- a/messenger.rst +++ b/messenger.rst @@ -124,7 +124,8 @@ is capable of sending messages (e.g. to a queueing system) and then .. note:: If you want to use a transport that's not supported, check out the - `Enqueue's transport`_, which supports things like Kafka and Google Pub/Sub. + `Enqueue's transport`_, which backs services like Kafka and Google + Pub/Sub. A transport is registered using a "DSN". Thanks to Messenger's Flex recipe, your ``.env`` file already has a few examples.