On Thu, Mar 24, 2011 at 8:45 PM, Max Weber
<weber.maximil...@googlemail.com> wrote:
> What is the best Clojure library to work with RabbitMQ?
>

Give bunny a try. Might not be the best rabbitmq-client library :)

https://github.com/icylisper/bunny

example:

(use 'bunny.publisher)
(with-mq conn
   (publish "This is a message"))

where conn is a connection map.
-- 
isaac
http://icylisper.in

-- 
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