SupportBatchRequests is set to 7 on ADS, according to EMA Java RDM Usage Guide it supports batch reissue. I'd like to pause/resume a number of instruments using batch reissue, how do I do it? I assume batch reissue also uses OmmConsumer.reissue(ReqMsg, long) , how do I pass in multiple handles to batch reissue?
Additionally, what is batch close? Is it batch unregister? If so, how do I use it? The examples in the SDK only shows how a batch request is made which doesn't have the handle argument.