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 "This is a message")) w

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 work with RabbitMQ? >> >> Best regard

Re: RabbitMQ

2011-03-24 Thread Alex Robbins
According to http://www.clojure-toolbox.com/ https://github.com/mefesto/wabbitmq But I'm pretty new to clojure and don't know if it is good. 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

Re: RabbitMQ

2011-03-24 Thread Mark Rathwell
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 work with RabbitMQ? > > Best regards > > Max > > -- > You received this message