Skip to content

Simple RabbitMQ python client to publish / consume messages

Notifications You must be signed in to change notification settings

charles-hsiao/python-rabbitmq-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-rabbitmq-client

Get Started

  1. Using python virtualenv
~$ python3 -m venv venv
~$ source venv/bin/activate
  1. Install packages
~$ pip3 install -r requirements.txt
  1. Copy example config & Set-up config
~$ cp config.py.example config.py
# Set-up config for your RabbitMQ
~$ vim config.py

Usage

Publish

~$ python3 publish.py

Consume

~$ python3 consume.py

About

Simple RabbitMQ python client to publish / consume messages

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages