Azure.Messaging.ServiceBus_7.12.0
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:
- Daniel Marbach (GitHub)
Features Added
- Added
UpdatePrefetchCount
methods toServiceBusProcessor
andServiceBusSessionProcessor
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.