# File lib/stomp_server/queue/memory_queue.rb, line 6 def initialize @frame_index =0 @stompid = StompServer::StompId.new @stats = Hash.new @messages = Hash.new { Array.new } puts "MemoryQueue initialized" end