maansthoernvik / rabbitmq_client

Client for a RabbitMQ server.
MIT License
9 stars 5 forks source link

Command queues #1

Closed maansthoernvik closed 3 years ago

maansthoernvik commented 3 years ago

Add support for command queues. Queues that are persistent and personal to a service. Command queues are a way for a service to define an input for commands intended for a service, to support event-driven communication, rather than synchronous calls (HTTP/RPC/etc.). Cleaned up throughout where code was touched, moved around definitions, removed faulty class declarations that were really instance bound rather than class, changed from relative to absolute imports, extended manual and automatic test suites.