benjamin-hodgson / asynqp

An AMQP library for asyncio
MIT License
84 stars 29 forks source link

Passive declare of exchanges and queues #61

Closed tvoinarovskyi closed 8 years ago

tvoinarovskyi commented 9 years ago

Fixes #33

benjamin-hodgson commented 9 years ago

This is definitely something I want to support. I think this recent work on the error handling infrastructure constitutes the downpayment which will get us good features like this. Thanks!

tvoinarovskyi commented 9 years ago

Fixed