mbroadst / qamqp

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

Add API to query for the messageCount and consumerCount after the que… #59

Closed ghost closed 7 years ago

ghost commented 7 years ago

…ue being declared

This is for issue #58

Please kindly review it and correct my mistakes.

mbroadst commented 7 years ago

the only thing I would otherwise do is make sure to initialize the two values to 0 in the dptrs ctor, otherwise LGTM

ghost commented 7 years ago

Added code to initialize the two members.