open fun rxBasicQos(prefetchCount: Int): Single<Void>
Request specific "quality of service" settings, Limiting the number of unacknowledged messages on a channel (or connection). This limit is applied separately to each new consumer on the channel.
Return