Please enable JavaScript.
Coggle requires JavaScript to display documents.
RabbitMQ, Username/password, X.509 certificates, Based on routing key,…
RabbitMQ
Exchange Types
Fanout
All bound queues will get message from exchange. Routing key is ignored. Every queue will receive a copy of a message
Topic
based on patterns: name.# - [# - zero or more], name.* - [* - single word]
-
-
-
-
-
-
-
-
-
-
-
-