TL;DR
Langohr is a Clojure RabbitMQ client that embraces AMQP 0.9.1 Model.
1.6.0-beta1
is a development milestone release that includes
improvements to automatic connection recovery.
Changes between Langohr 1.5.0 and 1.6.0
Automatic Recovery Improvements
Connections will only be recovered if shutdown was not application-initiated.
Contributed by Steffen Dienst.
Support Update
Langohr now depends on ClojureWerkz Support 0.20.0
.
langohr.conversion/BytePayload
and langohr.conversion/to-bytes
are replaced by clojurewerkz.support.bytes/ByteSource
and
clojurewerkz.support.bytes/to-byte-array
, respectively.
Change Log
Langohr change log is available on GitHub.
Langohr is a ClojureWerkz Project
Langohr is part of the group of libraries known as ClojureWerkz, together with
- Elastisch, a minimalistic well documented Clojure client for ElasticSearch
- Cassaforte, a Clojure Cassandra client built around CQL 3.0
- Monger, a Clojure MongoDB client for a more civilized age
- Neocons, a client for the Neo4J REST API
- Quartzite, a powerful scheduling library
and several others. If you like Langohr, you may also like our other projects.
Let us know what you think on Twitter or on the Clojure mailing list.
Michael on behalf of the ClojureWerkz Team