I'm pleased to announce yesterday's release of SPQR 0.3.0, which is available as source, on github, or as a RubyGem. (SPQR is a library to make it painless to publish Ruby objects over the Qpid Management Framework; more details are available elsewhere on this site.)
There are several new features and enhancements in this release, including the ability to access the current Qpid user and context from within managed methods. The most exciting new functionality, though, is support for QMF events. In order to use QMF events, you'll need a fairly recent version of the Qpid and QMF libraries from their source repository (later than revision 929717 for nearly-complete support; revision 942861 fixes a minor bug that won't affect most users). Once you have those installed, though, SPQR makes it characteristically easy to make QMF events; see the example below for details:
As usual, I welcome your feedback.

Leave a comment