# File examples/stomp11_common.rb, line 19
  def host()
    ENV['STOMP_HOST'] || "localhost" # The connect host name
  end