lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hello, colleagues!

does anyone have a working library for communicating with the RabbitMQ message broker?

https://github.com/wingify/lua-resty-rabbitmqstomp assumes ngx_lua
https://github.com/tcoram/rabbitmq-lua needs LuaJIT
https://github.com/cthulhuology/amqp.lua seems to need ffi of LuaJIT as well

If not, I'd probably make a binding for https://github.com/alanxz/SimpleAmqpClient or https://github.com/akalend/amqpcpp via LuaBridge or LuaBind.

Cheers

Dmitry