Skip to content

WIP: RabbitMQ Publish/Subscribe pattern implementation for SOA.

Notifications You must be signed in to change notification settings

azylinski/mi-pubsub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WIP: Mi PubSub

Asynchronius, pubish/subscriber communication in between (micro) services. Protobuf powered RabbitMQ queues. RabbitMQ Publish/Subscribe pattern implementation for SOA.

Getting Started

Prerequisites

Running demo

# 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

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone who's code was used
  • Inspiration
  • etc

About

WIP: RabbitMQ Publish/Subscribe pattern implementation for SOA.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published