(chan *amqp.Error)
| 46 | Close() error |
| 47 | Consume(string, string, bool, bool, bool, bool, amqp.Table) (<-chan amqp.Delivery, error) |
| 48 | NotifyClose(chan *amqp.Error) chan *amqp.Error |
| 49 | Publish(string, string, bool, bool, amqp.Publishing) error |
| 50 | Qos(int, int, bool) error |
| 51 | } |