Skip to content

wklken/rabbitmq-http-dispatcher

Repository files navigation

rabbitmq-http-dispatcher

An simple consumer, dispatch messages to http server.

First, it's a daemon, read config.py and start a lot of consumers.

Then, each consumer get message from rabbitmq, dispatch to a http api, and get http response, read the status code to decide if it's necessary send ack to rabbitmq.


    MQ    ->    http-dispatcher   ->    http api

dependency

  1. pika
  2. the daemon.py is from python-daemon and make a little change. thanks to serverdensity

About

An simple consumer, dispatch messages to http server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages