# File ruby/bstream.rb, line 820
        def add_queue_calling_message(name,args)
          sid = get_sid
          c = CallingOject.new.build_by_sender(sid,name,args)
      @receiving_table[sid] = Queue.new
          @sending_queue.push c
          dputs ": +Queue[#{@sending_queue.size}] : CALL : #{c.sid} -> #{name}"
          return sid
        end