ProtonConnection.createReceiver

Creates a receiver used to consumer messages from the given node address.

@param address The source address to attach the consumer to. @param receiverOptions The options for this receiver.

@return the (unopened) consumer.

  1. ProtonReceiver createReceiver(string address)
  2. ProtonReceiver createReceiver(string address, ProtonLinkOptions receiverOptions)
    interface ProtonConnection

Meta