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

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.

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/)