Skip to content

fork of rejected that consumes rabbitMQ messages and saves them to MSSQL

License

Notifications You must be signed in to change notification settings

hex1848/rejected_MSSQL

Repository files navigation

rejected.py is a multi-threaded AMQP 0-8 consumer framework. It has been developed for and tested against RabbitMQ 1.6.0 and greater. For more information, check out the wiki on the main GitHub page: http://github.com/gmr/rejected.py

This fork process messages in the queue and can send them to a MSSQL table.

Features Include:

 * Optional elastic scaling of consumers based upon demand
  * Specify a min # of consumers, max # of consumers and threshold to spawn new threads
 * Throttling of messages per second
 * Allows for multiple brokers per binding
 * Multiple bindings per instance

Requirements:

 * amqplib
 * pyyaml
 * alice (optional)
 * pymssql

https://github.com/hex1848/rejected_MSSQL

About

fork of rejected that consumes rabbitMQ messages and saves them to MSSQL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published