We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27dc68d commit 5175389Copy full SHA for 5175389
messenger/custom-transport.rst
@@ -132,6 +132,11 @@ and :class:`Symfony\\Component\\Messenger\\Bridge\\Doctrine\\Transport\\Doctrine
132
Register your Factory
133
---------------------
134
135
+Before using your factory, you must register it. If you're using the
136
+:ref:`default services.yaml configuration <service-container-services-load-example>`,
137
+this is already done for you, thanks to :ref:`autoconfiguration <services-autoconfigure>`.
138
+Otherwise, add the following:
139
+
140
.. configuration-block::
141
142
.. code-block:: yaml
0 commit comments