An open API service indexing awesome lists of open source software.

https://github.com/dev-vivekkumarverma/rabbitmq

its all about rabbitMQ
https://github.com/dev-vivekkumarverma/rabbitmq

pub-sub-system python3 rabbitmq

Last synced: about 1 year ago
JSON representation

its all about rabbitMQ

Awesome Lists containing this project

README

          

# rabbitMQ
it contains :
```
- competing consumer problem
- routing (topic based message exchange)
- pub-sub medel /message broadcasting (fanout exchange of the message)
- one exchange and multiple queue based on queue name (direct exchange)
```