Antti / rust-amqp

AMQP client in pure rust. Corresponds to rabbitmq spec.
MIT License
247 stars 45 forks source link

Added qos (with a prefetch shortcut) and exchange bindings. #2

Closed bkearns closed 9 years ago

bkearns commented 9 years ago

I've added a couple of additional pieces of the protocol. Qos so you can set the pre-fetch buffer, and the ability to do exchange->exchange bindings.

Antti commented 9 years ago

Thank you!