Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
basic_publish: warn when using immediate and mandatory options
The AMQP library cannot appropriate handle failures in either of these cases. It is easy for a channel's SyncSender to become full of NO_ROUTE messages due to mandatory delivery failing. This effectively causes a deadlock of the client.
- Loading branch information