diff --git a/messenger.rst b/messenger.rst index bac7254ed59..baceed86589 100644 --- a/messenger.rst +++ b/messenger.rst @@ -1362,6 +1362,11 @@ The transport has a number of options: greater seconds. May be fractional. ``retry`` ``sasl_method`` +``transactional`` Whether publishing to the queue should be wrapped ``false`` + in a transaction. Every dispatched message is + wrapped in a separate transaction. Makes Messenger + throw exception, if message wasn't delivered to + the exchange. ``connection_name`` For custom connection names (requires at least version 1.10 of the PHP AMQP extension) ``verify`` Enable or disable peer verification. If peer @@ -1387,6 +1392,10 @@ The transport has a number of options: ``exchange[type]`` Type of exchange ``fanout`` ============================================ ================================================= =================================== +.. versionadded:: 6.4 + + The ``transactional`` option was introduced in Symfony 6.4. + .. versionadded:: 6.1 The ``connection_name`` option was introduced in Symfony 6.1.