github Azure/azure-sdk-for-java azure-messaging-servicebus_7.0.0-beta.2

latest releases: azure-cosmos_4.53.5-hotfix, azure-sdk-bom_1.2.23, azure-resourcemanager-quota_1.1.0-beta.1...
pre-release3 years ago

7.0.0-beta.2 (2020-05-07)

  • Add support for receiving messages from specific sessions
  • Add support for receiving messages from multiple sessions
  • Add missing schedule and cancel APIs in ServiceBusSenderClient
  • Add support to send a collection of messages at once without needing to create a ServiceBusMessageBatch first. This
    will throw an error/exception will the messages cannot fit as per batch size restrictions
  • Change return type from ServiceBusReceivedMessage to ServiceBusReceivedMessageContext when calling receive() so
    users can distinguish between transient failure scenarios where receiving continues and an actual terminal signal that
    is signaled through the downstream onError.
  • Fix message settlement to occur on receive link
  • Fix issue where backpressure is not properly supported

Don't miss a new azure-sdk-for-java release

NewReleases is sending notifications on new releases.