summaryrefslogtreecommitdiff
path: root/net/ruby-amqp
AgeCommit message (Collapse)AuthorFilesLines
2010-06-09Update net/ruby-amqp to 0.6.7.fhajny3-7/+8
No changelog published; from the commit history: * Allow :no_declare=>true on new Exchanges to prevent sending Exchange.Declare * Add MQ::Queue#purge (thanks Uwe Kubosch) * Avoid opts.delete() to prevent issues during reconnect and wrapper apis that pass in options * Add MQ#recover to redeliver unackd messages * Add :confirm => some_proc for Queue#subscribe to receive ConsumeOk * Make rpc return queues autodelete * Re-send prefetch command on reconnect * Stop adding to the load path, use File.expand_path instead * Remove a queue from MQ#queues on CancelOk if it is autodelete
2009-12-02Import ruby18-amqp-0.6.5 as net/ruby-amqp.fhajny4-0/+83
AMQP client implementation in Ruby/EventMachine. This library was tested primarily with RabbitMQ, although it should be compatible with any server implementing the AMQP 0-8 spec.