Langohr is an idiomatic Clojure client for RabbitMQ that embraces AMQP
0.9.1 model.

1.0.0-beta4 includes a couple of usability improvements:

 * Payloads will now be coerced to bytes (by default, Langohr comes with
implementations for strings and byte arrays) instead of
   assuming it is always a string

 * Default values of the :exclusive flag for queues is now set to false.
Previously having it set to true caused
   confusion w.r.t. non-auto-deleted queues being deleted in when the
connection that declared them was closed.

Kudos to Alex Petrov and Álvaro Videla for pointing out both issues.


Detailed change log:
https://github.com/michaelklishin/langohr/blob/master/ChangeLog.md

Langohr on github (sorry, http://clojurerabbitmq.info is still in the
works):
http://github.com/michaelklishin/langohr

Updates are announced on Twitter @clojurewerkz.
-- 
MK

http://github.com/michaelklishin
http://twitter.com/michaelklishin

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to