Updated README
This commit is contained in:
parent
a9570277b7
commit
7084d49b13
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue