mq

Message queue abstraction for Python?

Message queue abstraction for Python? Question: There are many discussions on SO about database abstraction. I’m a bit surprised there aren’t similar discussions about message queue abstraction. Rather than designing to a specific MQ implementation (RabbitMQ, IBM MQ Series, IronMQ etc.), we would prefer to use a neutral / abstracting layer, so the underlying implementation …

Total answers: 2