Path to this page:
Subject: CVS commit: pkgsrc/net/ruby-amqp
From: Filip Hajny
Date: 2010-06-09 12:42:08
Message id: 20100609104208.A7402175DD@cvs.netbsd.org
Log Message:
Update net/ruby-amqp to 0.6.7.
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
Files: