💪 [New]: enhance the ServiceBusMessageFilter
timeouts
#322
Labels
area:service-bus
All issues related to Azure Service bus testing
enhancement
New feature or request
feature-request
All issues related to feature requests by customers
good first issue
Good for newcomers
Milestone
Description
The current
ServiceBusMessageFilter
provides a simple way of receiving Azure Service bus messages on queues and topic subscriptions, but right now only via theCancellationToken
, can there be a way of providing a 'timeout' to stop receiving messages.Solution
Provide an overload for
AnyAsync
andToListAsync
that takes in aTimeSpan
to have a more test-friendly way of retrieving messages.Additional context
Follow-up of #201
The text was updated successfully, but these errors were encountered: