AMQP::Client::Exchange
Constructors
Instance methods
bind(source : String, routing_key : String = "", no_wait : Bool = false, args arguments = Arguments.new) : self
Sourcechannel
Sourcename
Sourcepublish(body : Bytes, routing_key : String = "", mandatory : Bool = false, immediate : Bool = false, props properties = Properties.new) : UInt64
Sourcepublish(io : IO, routing_key : String = "", mandatory : Bool = false, immediate : Bool = false, props properties = Properties.new) : UInt64
Sourcepublish(body : Bytes, routing_key : String = "", mandatory : Bool = false, immediate : Bool = false, props properties = Properties.new, &callback : Bool -> Nil) : UInt64
Source