carrot icon indicating copy to clipboard operation
carrot copied to clipboard

AMQP Messaging Framework for Python (discontinued; Use Kombu instead)

Results 12 carrot issues
Sort by recently updated
recently updated
newest added

The current `Consumer`/`Publisher` classes hides the channels, I think we should rethink the API altogether. Braindump: ``` from carrot import Connection, Consumer, Producer connection = Connection(host="localhost", user="guest", "password="guest", vhost="/") channel...

This shouldn't be necessary. Remember to contact the authorities necessary to resolve this.