lua:172: attempt to call method 'getreusedtimes' (a nil value)
stack traceback:
/usr/local/webserver/lua/lib/resty/rabbitmqstomp.lua:172: in function 'connect'
/data/rails2.3.5/biyifei/agent/01.lua:27: in main chunk
[C]: ?
that's the errors out of lua-resty/stomp-rabbitmq library
On Sunday, May 19, 2013 9:17:30 PM UTC+8, Rohit Yadav wrote:
Thanks Brian and Simon. I'll start with lua-resty/stomp-rabbitmq library, amqp 9-1-0 is still less complicated than 1-0-0 which 'll attempt to write later in case lua/stomp does not scale enough for my use case.
Cheers.
On Sat, May 18, 2013 at 12:53 AM, Brian Akins
<br...@akins.org> wrote:
If you can use stomp, it is a very simple protocol and could easily be written in Lua. Amqp looks more challenging, but there are pure Lua clients for MySQL and Postgres, so it is probably doable.
.