Class MQ::Queue
In: lib/nanite/amqp.rb
Parent: Object

Methods

new   recover  

Public Class methods

Monkey patch to add :no_declare => true for new queue objects. See the explanation for MQ::Exchange#initialize below.

Public Instance methods

Asks the broker to redeliver all unacknowledged messages on a specifieid channel. Zero or more messages may be redelivered.

  • requeue (default false)

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.

[Validate]