Skip to content

Releases: Azure/azure-service-bus-java

2.0.0-PREVIEW-5

10 Oct 21:54
Compare
Choose a tag to compare
2.0.0-PREVIEW-5 Pre-release
Pre-release

Features:
Management Operations - CRUD of entities (#262)

Maven package can be found at
https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.microsoft.azure%22%20AND%20a%3A%22azure-servicebus%22

1.2.8

21 Sep 19:40
be9f9a5
Compare
Choose a tag to compare

Made some changes to stop using ForkJoinPool.commonPool and instead creates its own executor service. Clients are also encourage to pass their own executor service when registering IMessageHandler or ISessionHandler.
These changes are aimed at fixing timeouts caused by thread starvation issues like #273.

Maven package can be found at
https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.microsoft.azure%22%20AND%20a%3A%22azure-servicebus%22

2.0.0-PREVIEW-4

14 Jul 02:24
dce22da
Compare
Choose a tag to compare
2.0.0-PREVIEW-4 Pre-release
Pre-release

1.2.7

14 Jul 02:23
9c16ab3
Compare
Choose a tag to compare

2.0.0-PREVIEW-3

29 Jun 00:57
727d352
Compare
Choose a tag to compare
2.0.0-PREVIEW-3 Pre-release
Pre-release

1.2.6

29 Jun 00:59
07d051c
Compare
Choose a tag to compare

2.0.0-preview2

15 Jun 21:06
Compare
Choose a tag to compare
2.0.0-preview2 Pre-release
Pre-release

Java Client for Azure Service Bus 2.0.0-Preview2.

Breaking Changes:

  1. Message properties has been changed from Map<String, String> to Map<String, Object>. #167

For the full list of issues and pull requests for this release, refer to: https://github.com/Azure/azure-service-bus-java/milestone/8

Maven package can be found at
https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.microsoft.azure%22%20AND%20a%3A%22azure-servicebus%22

2.0.0-Preview1 Release

07 May 23:29
Compare
Choose a tag to compare
Pre-release

Java Client for Azure Service Bus 2.0.0-Preview1.

Features:

  1. Transaction support #198
  2. Transfer sender / Via-Sender support #215

For the full list of issues and pull requests for this release, refer to: https://github.com/Azure/azure-service-bus-java/milestone/8

Maven package can be found at
https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.microsoft.azure%22%20AND%20a%3A%22azure-servicebus%22

1.2.5

19 Apr 21:36
Compare
Choose a tag to compare

Java Client for Azure Service Bus 1.2.5.
Includes some bug fixes and minor improvements.

Maven package can be found at
https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.microsoft.azure%22%20AND%20a%3A%22azure-servicebus%22

1.2.4-PREVIEW

04 Mar 10:44
be9e35b
Compare
Choose a tag to compare
1.2.4-PREVIEW Pre-release
Pre-release

Java Client for Azure Service Bus 1.2.4-PREVIEW. Includes some bug fixes. It is a preview release which includes support for Azure Active Directory authentication.

Maven package can be found at
https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.microsoft.azure%22%20AND%20a%3A%22azure-servicebus%22