Skip to content

Azure.Messaging.ServiceBus_7.12.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 12 Jan 21:13
8e09b3b

7.12.0 (2023-01-12)

Acknowledgments

Thank you to our developer community members who helped to make the Service Bus client library better with their contributions to this release:

Features Added

  • Added UpdatePrefetchCount methods to ServiceBusProcessor and ServiceBusSessionProcessor to allow updating the prefetch count of a running processor. (A community contribution, courtesy of danielmarbach)

Other Changes

  • Update AMQP library dependency to leverage new DrainAsync method.

Bugs Fixed

  • Fixed issue with MaxConcurrentCallsPerSession setting which resulted in the setting not always being respected.