Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix XML config example
  • Loading branch information
xabbuh committed Jan 31, 2020
commit a32baecb7ff3a7e4ca6d78e8b4eb28312c282259
4 changes: 3 additions & 1 deletion messenger.rst
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,9 @@ different messages to them. For example:
<framework:config>
<framework:messenger>
<framework:transport name="async_priority_high" dsn="%env(MESSENGER_TRANSPORT_DSN)%">
<option key="queue_name">high</option>
<framework:options>
<framework:queue_name>high</framework:queue_name>
</framework:options>
</framework:transport>
<framework:transport name="async_priority_low" dsn="%env(MESSENGER_TRANSPORT_DSN)%">
<option key="queue_name">low</option>
Expand Down