Re: AMQP

2011-10-16 Thread Michael Klishin
2011/10/16 Matt Hoyt > I've started work on a library for amqp messaging in clojure: > https://github.com/mrh0057/clj-amqp. The library matches pretty close to > the rabbitmq java library. I didn't port over the consume and wait > functionality from the rabbitmq library

AMQP

2011-10-15 Thread Matt Hoyt
I've started work on a library for amqp messaging in clojure: https://github.com/mrh0057/clj-amqp.  The library matches pretty close to the rabbitmq java library.  I didn't port over the consume and wait functionality from the rabbitmq library because I can't think of a use ca