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 c3f0447 commit 26dfa83Copy full SHA for 26dfa83
messenger.rst
@@ -1295,6 +1295,15 @@ during a request::
1295
:class:`Symfony\\Bundle\\FrameworkBundle\\Test\\KernelTestCase`
1296
or :class:`Symfony\\Bundle\\FrameworkBundle\\Test\\WebTestCase`.
1297
1298
+.. tip::
1299
+
1300
+ Using ``in-memory://?serialize=true`` as dsn will perform message serialization as real asynchronous transport will do.
1301
+ Useful to test an additional layer, especially when you use your own message serializer.
1302
1303
+.. versionadded:: 5.3
1304
1305
+ The ``in-memory://?serialize=true`` dsn was introduced in Symfony 5.3.
1306
1307
Amazon SQS
1308
~~~~~~~~~~
1309
0 commit comments