abstract fun queueBind(queue: String, exchange: String, routingKey: String, resultHandler: Handler<AsyncResult<Void>>): Unit
Bind a queue to an exchange
See Also com.rabbitmq.client.Channel#queueBind(String, String, String)