This repo contains a simple in memory publish subscribe message queue in Python which delivers messages based on the priority of the subscribers and handles them in different thread pool.
-
Updated
Aug 14, 2023 - Python
The publish-subscribe pattern (short: pubsub) is an event handling and messaging pattern where the consumer subscribes to the provider, which in return can then publish a message that can be picked up and processed by each subscribed consumer.
This repo contains a simple in memory publish subscribe message queue in Python which delivers messages based on the priority of the subscribers and handles them in different thread pool.
Released 1987