# File lib/stomp_server/queue_manager.rb, line 30 def start count =0 EventMachine::add_periodic_timer 5, proc {count+=1; monitor(count) } end