Asynchronius, pubish/subscriber communication in between (micro) services. Protobuf powered RabbitMQ queues. RabbitMQ Publish/Subscribe pattern implementation for SOA.
- docker-compose, see install guide
# to start rabbitmq and demo containers
docker-compose up -d
# start mailer worker (consumer)
docker exec -it mipubsub_mailer_1 python main.py
# publish sample events
docker exec -it mipubsub_mailer_1 python sample_producer.py
- Python - Main programming language
- RabbitMQ - message broker for pubsub
- Protocol Buffers - Events data structure (language-neutral)
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to anyone who's code was used
- Inspiration
- etc