[racket-users] RabbitMQ

2015-09-10 Thread Jack Firth
Has anyone implemented a RabbitMQ client in racket? Is anyone working on it and 
partway there? I'm trying to set up a distributed task system like Celery in 
Python which needs the workers to be in Racket.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [racket-users] RabbitMQ

2015-09-10 Thread Tony Garnock-Jones
On 09/10/2015 01:21 PM, Jack Firth wrote:
> Has anyone implemented a RabbitMQ client in racket? Is anyone working
> on it and partway there? I'm trying to set up a distributed task
> system like Celery in Python which needs the workers to be in
> Racket.

I recommend implementing STOMP rather than AMQP. I have a Racket STOMP
client: https://github.com/tonyg/racket-stomp

Hmm, apparently I haven't turned it into a package yet. I'll get onto that.

Tony

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.