Blog Post

Messaging on Azure Blog
1 MIN READ

Azure Service Bus Java Client GA

JustinConway's avatar
JustinConway
Copper Contributor
Mar 15, 2019
First published on on Aug 11, 2017
The Azure Service Bus team is extremely excited to announce general availability of our https://github.com/Azure/azure-service-bus-java . This is a huge milestone for us. It allows customers to enjoy a solid Java experience with Azure Service Bus as it comes complete with native functionality.

Want to use the native client to send scheduled messages? No problem. Want to use sessions on Standard and Premium plans to keep your messages in order? Sure thing.

We had a number of organizations and individuals motivating us to get this out the door. Thank you to them for the patience and the push!

Our Java client (Java 8) is also now on par with our .NET Standard client library (.NET Standard 1.3) and if you were to use both you would notice feature parity and full support for interacting with Azure Service Bus.

We have https://github.com/Azure/azure-service-bus/tree/master/samples/Java .

This client is open source and https://github.com/Azure/azure-service-bus-java/blob/dev/.github/CONTRIBUTING.md you can! You can also provide other feedback in our https://github.com/Azure/azure-service-bus-java .

You can https://repo.maven.apache.org/maven2/com/microsoft/azure/azure-servicebus/1.0.0/ and https://docs.microsoft.com/en-us/java/api/overview/azure/servicebus here.
Updated Mar 15, 2019
Version 2.0
No CommentsBe the first to comment