MS EventHub - batch processing events in Java

Viewed 22

I have to read events in batch, from a given queue, up to 1000 messages at once. Reading the documentation, I couldn't find any configuration on EventHub Admin that allows such behavior, neither on Java JDK API (I found only in the .Net API). What could be the best approach to achieve this using Java JDK API? Many thanks

0 Answers
Related