Add the rabbitmq module
This commit is contained in:
7
rabbitmq/docs/output/topic-wildcards.txt
Normal file
7
rabbitmq/docs/output/topic-wildcards.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
=== topic exchange ===
|
||||
routing key orders.eu orders.high note
|
||||
order.eu.high true true matches both
|
||||
order.eu.low true false matches order.eu.* only
|
||||
order.us.high false true matches order.#.high only
|
||||
order.eu.west.high false true matches order.#.high only - * is one word
|
||||
order.high false true matches order.#.high - # can be zero words
|
||||
Reference in New Issue
Block a user