wingify / lua-resty-rabbitmqstomp

Opinionated Lua RabbitMQ client library for the ngx_lua apps based on the cosocket API
194 stars 55 forks source link

How to connect multi-node rabbitmq #13

Closed meishinai closed 5 years ago

meishinai commented 5 years ago

I tried the following way but fail:

   local ok, err = mq:connect("192.168.0.1","192.168.0.2", 61613)

Hope to get help!!

ankneo commented 5 years ago

Multi-node setup is not supported.