Skip to content

Commit ba15c81

Browse files
committed
[Messenger] Documented the delete_after_reject option
1 parent a533c35 commit ba15c81

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

messenger.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1143,6 +1143,8 @@ group The Redis consumer group name symfony
11431143
consumer Consumer name used in Redis consumer
11441144
auto_setup Create the Redis group automatically? true
11451145
auth The Redis password
1146+
delete_after_reject If ``true``, messages are deleted true
1147+
automatically if they are rejected
11461148
serializer How to serialize the final payload ``Redis::SERIALIZER_PHP``
11471149
in Redis (the
11481150
``Redis::OPT_SERIALIZER`` option)
@@ -1153,6 +1155,10 @@ stream_max_entries The maximum number of entries which ``0`` (which means "n
11531155
tls Enable TLS support for the connection false
11541156
================== ===================================== =========================
11551157

1158+
.. versionadded:: 5.2
1159+
1160+
The ``delete_after_reject`` option was introduced in Symfony 5.2.
1161+
11561162
In Memory Transport
11571163
~~~~~~~~~~~~~~~~~~~
11581164

0 commit comments

Comments
 (0)