Skip to content

Generic message bus abstraction with multiple implementations

License

Notifications You must be signed in to change notification settings

akromkhasani/msgbuzz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

173 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Msgbuzz

Generic message bus abstraction. Supported implementation: RabbitMQ, Supabase Queue, PgMQ.

Usage

See folder: examples

Scaling Consumers

Increase the number of consumers of each subscription to improve performance.

You could do this by:

  1. Running the consumer file (e.g.: receive.py in the examples folder) multiple times.
  2. Use Supervisor and set numprocs to a number larger than one.

About

Generic message bus abstraction with multiple implementations

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.7%
  • Makefile 0.3%