https://github.com/dori-dev/rabbitmq-sample
Some sample code for using RabbitMQ in python.
https://github.com/dori-dev/rabbitmq-sample
Last synced: 10 months ago
JSON representation
Some sample code for using RabbitMQ in python.
- Host: GitHub
- URL: https://github.com/dori-dev/rabbitmq-sample
- Owner: dori-dev
- Created: 2023-04-27T17:49:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-27T17:50:05.000Z (about 3 years ago)
- Last Synced: 2025-03-30T13:37:17.506Z (about 1 year ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RabbitMQ Sample
Some sample code for using RabbitMQ in python.
#
## List of Design Patterns
| Folder | Description |
| :---------------------------: | :-----------------------------------------: |
| [Hello](./hello/) | First RabbitMQ sender & receiver |
| [Work Queue](./work-queue/) | Create durable queue and better performance |
| [Fanout](./fanout/) | Using fanout exchange type |
| [Direct Logs](./direct-logs/) | Create direct logs system |
| [Topic](./topic/) | Using topic exchange type |
| [RPC](./RPC/) | The remote procedure call |
#
## Links
Download Source Code: [Click Here](https://github.com/dori-dev/rabbitmq-sample/archive/refs/heads/master.zip)
My Github Account: [Click Here](https://github.com/dori-dev/)