Commit 7fe5d72
committed
minor #12313 another fix to make amqp messages go to a separate queue (weaverryan)
This PR was squashed before being merged into the 4.3 branch (closes #12313).
Discussion
----------
another fix to make amqp messages go to a separate queue
Sorry! Missed this detail from my PR yesterday. Because the default queue is always named "messages", you need to send to a separate exchange (because exchanges are "fan out" by default... so you need a different exchange per queue if you keep this setting... which is the easiest) and also configure that exchange to bind to a queue of a different name. The end result is that the 2 transports will send messages to 2 separate queues.
Commits
-------
ac132c2 another fix to make amqp messages go to a separate queue1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
503 | 503 | | |
504 | 504 | | |
505 | 505 | | |
506 | | - | |
| 506 | + | |
507 | 507 | | |
508 | 508 | | |
| 509 | + | |
| 510 | + | |
509 | 511 | | |
510 | 512 | | |
511 | 513 | | |
| |||
0 commit comments