solves issue #119

This commit is contained in:
Emiel Bruijntjes 2017-03-11 17:51:54 +01:00 committed by GitHub
parent bdae991324
commit 8b8747e216
1 changed files with 1 additions and 1 deletions

View File

@ -649,7 +649,7 @@ auto callback = [](const std::string &name, int msgcount, int consumercount) {
// @todo add your own implementation
}
};
// declare the queue, and install the callback that is called on success
channel.declareQueue("myQueue").onSuccess(callback);