# File lib/stomp_server.rb, line 83 def initialize(opts) @opts = opts @queue_manager = nil @auth_required = nil @stompauth = nil @topic_manager = nil end