AMQPX v1.0.0 AMQPX View Source
Link to this section Summary
Functions
Sets up a cleanup link between the caller and the channel
Link to this section Functions
Sets up a cleanup link between the caller and the channel.
If the caller crashes, the channel will be closed to avoid leaks.
If the channel crashes, the caller will receive {:channel_died, channel, reason}
.