Re: [ANN] kithara 0.1.0 - Reliable RabbitMQ Consumers for Clojure

2016-04-05 Thread Łukasz Korecki
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

[ANN] kithara 0.1.0 - Reliable RabbitMQ Consumers for Clojure

2016-04-04 Thread Yannick Scherer
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

Re: ANN RabbitMQ tutorials ported to Clojure

2013-08-12 Thread Robert Pitts
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

ANN RabbitMQ tutorials ported to Clojure

2013-08-11 Thread Michael Klishin
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

Re: RabbitMQ

2011-03-24 Thread isaac praveen
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

Re: RabbitMQ

2011-03-24 Thread Dennis
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

Re: RabbitMQ

2011-03-24 Thread Alex Robbins
-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

Re: RabbitMQ

2011-03-24 Thread Mark Rathwell
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 > > --

RabbitMQ

2011-03-24 Thread Max Weber
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 -