deliveries Exclusive: if Exclusive=false, the server will fairly distribute deliveries across multiple consumers. Ack(multiple) / Nack(multiple, requeue) multiple: multiple messages can be acknowledged with a single method requeue: the server will attempt to requeue the message Qos(prefetchCount, prefetchSize, global) global: Qos settings apply to all existing and future consumers on all channels on the same connection. Subscribe 12 http://www.rabbitmq.com/blog/2012/04/25/rabbitmq-performance-measurements-part-2/