This is great - we're planning to open source our tiny consumer lib - there
might be no need after all :-)
Looking at the source and the readme it's **very** similar to our solution.
Łukasz
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post
kithara aims to facilitate the creation of RabbitMQ consumers in Clojure.
It is based on Lyra (https://github.com/jhalterman/lyra) to provide
recovery and retry mechanisms.
It _is not_ a universal RabbitMQ client.
- GitHub: https://github.com/xsc/kithara
- Generated Documentation: http
This is awesome, thanks for your efforts!
Wish this was around a few months ago, but I imagine people will be well
served by it in the future :)
On Monday, August 12, 2013 2:15:20 AM UTC-4, Michael Klishin wrote:
>
> I'm happy to announce that 5 out of 6 RabbitMQ tutorials
I'm happy to announce that 5 out of 6 RabbitMQ tutorials [1] are now
available
for Clojure:
https://github.com/rabbitmq/rabbitmq-tutorials/tree/master/clojure
and are tested for interoperability with 9 other clients. The final
tutorial will be
ported at a later point.
1. http://www.rabbitm
On Thu, Mar 24, 2011 at 8:45 PM, Max Weber
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 "T
We did the same
On Thu, Mar 24, 2011 at 10:30 AM, Mark Rathwell wrote:
>
> I just wrapped their java client library:
> http://www.rabbitmq.com/java-client.html
>
> On Thu, Mar 24, 2011 at 11:15 AM, Max Weber
> wrote:
>>
>> What is the best Clojure library to
-client.html
>
> On Thu, Mar 24, 2011 at 11:15 AM, Max Weber
> wrote:
>>
>> What is the best Clojure library to work with RabbitMQ?
>>
>> Best regards
>>
>> Max
>>
>> --
>> You received this message because you are subscribed to the
I just wrapped their java client library:
http://www.rabbitmq.com/java-client.html
<http://www.rabbitmq.com/java-client.html>
On Thu, Mar 24, 2011 at 11:15 AM, Max Weber wrote:
> What is the best Clojure library to work with RabbitMQ?
>
> Best regards
>
> Max
>
> --
What is the best Clojure library to work with RabbitMQ?
Best regards
Max
--
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 -