Added documentation about missing RabbitMQ functionality

This commit is contained in:
Martijn Otto 2016-07-04 10:13:50 +02:00
parent 979128782b
commit 5b40c04f2a
1 changed files with 3 additions and 0 deletions

View File

@ -90,6 +90,9 @@ public:
*
* This will stop all incoming messages
*
* Note that this function does *not* work using RabbitMQ. For more info
* @see https://www.rabbitmq.com/specification.html#method-status-channel.flow
*
* This function returns a deferred handler. Callbacks can be installed
* using onSuccess(), onError() and onFinalize() methods.
*/