# File lib/core/session.rb, line 116
    def open_receiver(opts=nil) 
      Receiver.new(Cproton.pn_receiver(@impl, link_name(opts))).open(opts)
    end