SimpleAmqpClient
SimpleAmqpClient copied to clipboard
Improve exception contract
Right now std::runtime_exception is sometimes thrown in a public interfaces. It would better for error handling purposes if this specialized a bit better to allow programatic handling of various error conditions.
Places of note:
Channel::Channel- when login failsChannel::BasicAckChannelImplerrors dealing with various channel conditions- others?