Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Messenger] Documented the ability to use transactions while sending messages with AMQP #18919

Open
wants to merge 2 commits into
base: 6.4
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions messenger.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading