solves issue #119
This commit is contained in:
parent
bdae991324
commit
8b8747e216
|
|
@ -649,7 +649,7 @@ auto callback = [](const std::string &name, int msgcount, int consumercount) {
|
||||||
|
|
||||||
// @todo add your own implementation
|
// @todo add your own implementation
|
||||||
|
|
||||||
}
|
};
|
||||||
|
|
||||||
// declare the queue, and install the callback that is called on success
|
// declare the queue, and install the callback that is called on success
|
||||||
channel.declareQueue("myQueue").onSuccess(callback);
|
channel.declareQueue("myQueue").onSuccess(callback);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue