Skip to content
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