Skip to content
This repository has been archived by the owner on Jul 30, 2023. It is now read-only.

Latest commit

 

History

History
8 lines (6 loc) · 186 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 186 Bytes

RabbitMQ Consumer Example

Add pika library:

python -m pip install pika --upgrade

Just fill Host, Username, Password and QueueName of RabbitMQ service to consume.