The V1 ServiceBusReceiverAsyncClient::receiveMessages API emit a validation error if the application attempt to subscribe more than once. Such validation is missing in V2 ReceiverAsyncClient::receiveMessages. Ideally the flux returned from this method can be wrapped in a FluxOperator that run such a validation.