# File gofer/messaging/endpoint.rb, line 37
  def connection()
    broker = Broker.new(@url)
    con = broker.connect()
    puts "{%s} connected to AMQP" % self.id()
    return con
  end