Feature Request: Start and stop poller?
Opened this issue · 0 comments
ashovlin commented
Describe the feature
A potential user reached out internally, looking to pause/resume message handling.
Our mindset when developing this was that the message pump would run for the whole lifecycle of the application as a BackgroundService
that would be started by the host.
Use Case
They use case is for a blue/green deployment where they would just like the active slice to be processing messages.
Proposed Solution
We do have some spots in our test code where we're starting at stopping it at will, but I think we'd have to flip the visibility of MessagePumpService
from internal to public before users could do something similar.
Other Information
No response
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change
AWS.Messaging (or related) package versions
N/A
Targeted .NET Platform
N/A
Operating System and version
N/A