benjamin-hodgson / asynqp

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

send to not exists routing key will raise error but cannot capture it #101

Open inshua opened 6 years ago

inshua commented 6 years ago
exchange.publish(msg, 'not_exists.queue')

will raise asynqp.exceptions.UndeliverableMessage but cannot capture and handle it