Class | MQ::Queue |
In: |
lib/nanite/amqp.rb
|
Parent: | Object |
Monkey patch to add :no_declare => true for new queue objects. See the explanation for MQ::Exchange#initialize below.
Asks the broker to redeliver all unacknowledged messages on a specifieid channel. Zero or more messages may be redelivered.
If this parameter is false, the message will be redelivered to the original recipient. If this flag is true, the server will attempt to requeue the message, potentially then delivering it to an alternative subscriber.