Azure.Messaging.ServiceBus_7.6.0
7.6.0 (2022-02-08)
Acknowledgments
Thank you to our developer community members who helped to make the Service Bus client library better with their contributions to this release:
Bugs Fixed
- Fix unnecessary task scheduling in ServiceBusProcessor and ServiceBusSessionProcessor
- Remove array allocation when creating linked token sources from the ServiceBusProcessor
Features Added
-
The
State
property has been added toServiceBusReceivedMessage
which indicates whether a message isActive
,Scheduled
, orDeferred
. (A community contribution, courtesy of danielmarbach) -
Extension methods have been added for registering the
ServiceBusAdministrationClient
via dependency injection for use in ASP.NET Core applications. (A community contribution, courtesy of kaylumah) -
Support for cancellation tokens has been improved for AMQP operations, enabling earlier detection of cancellation requests without needing to wait for the configured timeout to elapse.