I would say the easiest way would be to create Julia wrapper around one of existing clients, e.g. use PyCall.jl and Python's pika library [1].
[1]: https://pika.readthedocs.org/en/0.9.14/ On Monday, May 18, 2015 at 5:34:12 PM UTC+3, Roman Kravchik wrote: > > I am building a web app for DSP tasks. It consists of SPA frontend, REST > API Server, RabbitMQ and computation server. > And I want to use Julia lang for develop computation back-end. > Has anybody had some experience in integration Julia programs with AMQP > message brokers? > > P.S. I've read this topic > <https://groups.google.com/forum/#!topic/julia-users/umHiBwVLQ4g>. >