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
- Host: GitHub
- URL: https://github.com/dev-vivekkumarverma/rabbitmq
- Owner: dev-vivekkumarverma
- Created: 2024-03-13T09:41:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-15T09:17:33.000Z (about 2 years ago)
- Last Synced: 2025-01-25T05:43:01.919Z (over 1 year ago)
- Topics: pub-sub-system, python3, rabbitmq
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
```