qamqp/tutorials
Matt Broadstone c43c2d6788 ensure consuming only occurs once per queue
a Queue can act as a consumer in QAMQP, but previously we did no checks
to ensure that a Queue sent a request to consume only once. This commit
adds API for checking and ensuring that this is the case. Also, I reverted
the changes to allow multiple consumer tags because this was incorrect.
Also included is a new signal "consuming" to notify when consumption occurs,
and auto tests have been updated to use this, as well as verify that it
can only occur once per-consumer
2014-06-24 10:30:05 -04:00
..
helloworld add the workqueues tutorial 2014-06-18 11:06:49 -04:00
pubsub implemented pubsub tutorial 2014-06-18 14:21:42 -04:00
routing ensure consuming only occurs once per queue 2014-06-24 10:30:05 -04:00
rpc begin to add rabbitmq tutorials 2014-06-18 10:31:28 -04:00
topics added topics tutorial 2014-06-19 11:04:04 -04:00
workqueues add the workqueues tutorial 2014-06-18 11:06:49 -04:00
tutorials.pro begin to add rabbitmq tutorials 2014-06-18 10:31:28 -04:00