AmqpConnection.createSender

Creates a sender used to send messages to the given address. The address must be set. For anonymous sender, check {@link #createAnonymousSender(Handler)}.

@param address The target address to attach to, allowed to be {@code null} if the {@code options} configures the sender to be attached to a dynamic address (provided by the broker). @param options The AMQP sender options @param completionHandler The handler called with the sender, once opened @return the connection. @see #createAnonymousSender(Handler)

  1. AmqpConnection createSender(string address, Handler!AmqpSender completionHandler)
  2. AmqpConnection createSender(string address, AmqpSenderOptions options, Handler!AmqpSender completionHandler)
    interface AmqpConnection

Meta