Frends.ServiceBus.Read / 1.2.0
Summary
Reads a message from a Service Bus queue or a topic subscription, so both point-to-point and publish-subscribe patterns are in scope.
Typical use — consuming work handed over by another system or Process through Azure's broker
1.2.02026-08-20
Changed
- Upgraded target framework from net6.0 to net8.0.
- Added error handling support with ThrowErrorOnFailure and ErrorMessageOnFailure options.
- Task result now includes Success and Error properties for improved error reporting.
1.1.02025-10-06
Changed
- Updated Repository link in the metadata.
1.0.02022-08-24
Added
- Initial implementation