Skip to content

Commit 761252c

Browse files
committed
minor #18851 [Messenger] Reword note about Enqueue (alexandre-daubois)
This PR was merged into the 5.4 branch. Discussion ---------- [Messenger] Reword note about Enqueue <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- 5eac02f [Messenger] Reword note about Enqueue
2 parents 982472a + 5eac02f commit 761252c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

messenger.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ is capable of sending messages (e.g. to a queueing system) and then
124124
.. note::
125125

126126
If you want to use a transport that's not supported, check out the
127-
`Enqueue's transport`_, which supports things like Kafka and Google Pub/Sub.
127+
`Enqueue's transport`_, which backs services like Kafka and Google
128+
Pub/Sub.
128129

129130
A transport is registered using a "DSN". Thanks to Messenger's Flex recipe, your
130131
``.env`` file already has a few examples.

0 commit comments

Comments
 (0)