mbroadst / qamqp

AMQP 0.9.1 implementation for Qt
Other
151 stars 127 forks source link

Method reset() added to a QAmqpChannel class #60

Closed sergey-platonov closed 7 years ago

sergey-platonov commented 7 years ago

Sometimes user needs to reset the channel state, for example in case of attempt to declare an exisiting queue.

mbroadst commented 7 years ago

thanks for the contribution!