Please enable JavaScript.
Coggle requires JavaScript to display documents.
Rabbit MQ - Coggle Diagram
Rabbit MQ
Other Components
-
-
Channel - A virtual connection within a connection. Publishing or consuming messages within a queue is done within a channel
-
-
-
-
Vhost, virtual host - provides a way to segregate applications using the same RabbitMQ instance. Users can be given permissions to different vhosts
-
Main components
Producer - produces messages, posts it to an exchange
-
-
-
Types of Exchanges
Direct - Message is routed to queues whose binding key matches the routing key of the message exactly
-
-
-