Updated README

This commit is contained in:
Martijn Otto 2014-04-29 16:07:43 +02:00
parent a9570277b7
commit 7084d49b13
1 changed files with 74 additions and 78 deletions

View File

@ -540,12 +540,8 @@ The full documentation from the C++ Channel.h headerfile looks like this:
* - exclusive request exclusive access, only this consumer can
* access the queue
*
* - nowait the server does not have to send a response back
* that consuming is active
*
* The method ChannelHandler::onConsumerStarted() will be called when the
* consumer has started (unless the nowait option was set, in which case
* no confirmation method is called)
* consumer has started.
*
* @param queue the queue from which you want to consume
* @param tag a consumer tag that will be associated with this consume operation