How could i get the total number of unprocessed message count from Azure Service bus using JAVA. Is there any API that can show the total number of message that is yet to be processed.
Is there any equivalent to the below .Net library in JAVA link
.Net Namespace: Microsoft.ServiceBus.Messaging
Whats the equlant for the above .Net Namespace in JAVA?