search for: server_spy

Displaying 1 result from an estimated 1 matches for "server_spy".

Did you mean: server_ip
2010 Nov 09
2
AMQP and Unicorn (mq gem)
...y_on_signal Signal.trap("INT") { AMQP.stop { EM.stop } } Signal.trap("TERM") { AMQP.stop { EM.stop } } end end See the :none case? It used to be empty and return nil. Now it has the same behavior as the non- evented :standard server. The problem is that the "server_spy" wasn''t recognizing Unicorn. So far so good. Originally, the AMQP/Qusion conf goes into config/environment.rb config.after_initialize do Qusion.start(:user => ''guest'',:pass => ''mypass'') end However, when I publish messa...