What is a message queue ?
It’s a message broker with variety of message protocols
What protocol is RabbitMQ based upon ?
AMQP
What MQs are using AMQP ?
What MQ is using a smart broker/dumb consumer model ?
RabbitMQ
What model is RabbitMQ using ?
SmartBroker/Dumb consumer
Is RabbitMQ using synchronous or asynchronous communication ?
It can use both depending on configuration
How is the RabbitMQ communication done ?
- Consumers fet messages from queues
What are message exchanges ?
Like routers for messages, sending to various queues
What client libraries does RabbitMQ Support ?
Which MQ has dozen of plugins available to extend integration and use cases ?
RabbitMQ