Releases: Azure/azure-service-bus-java
Releases · Azure/azure-service-bus-java
1.0.0-PREVIEW
com.microsoft.azure.servicebus
This is the first release of the Service Bus Java client. You may notice that the MessageSender
and MessageReceiver
are not currently public classes, which will limit some of the functionality that can be used. MessageSender
and MessageReceiver
will be publicly available in a subsequent release, before general availability.
The following is a list of resolved issues / pull requests for this release:
- QueueClient #17
- TopicClient #19
- SubscriptionClient #18
- OnMessage handler #15
- OnSession handler #16
- Basic Send, Receive, Basic RequestResponse operations #4
For more details regarding the issues/pull requests in the latest release, see: https://github.com/Azure/azure-service-bus-java/milestone/1
Here is the corresponding Maven package:
https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.microsoft.azure%22%20AND%20a%3A%22azure-servicebus%22