-
Notifications
You must be signed in to change notification settings - Fork 2
Labels
Description
Hello!
First, I wanted to express my appreciation for your project, as it seems a very promising solution for testing and rapid prototyping.
While working with the library, I noticed it doesn't currently support an in memory service bus processor, something that is important for our testing scenarios.
I've already implemented support for this feature by adding an InMemoryServiceBusProcessor
.
The implementation:
- Aligns with the rest of your codebase
- Reuses your existing receiver implementation
- Maintains API compatibility with Azure Service Bus SDK
- Is backed up by unit tests
I'd be happy to submit a PR if this addition would be valuable to your project.
georgopoulosgianniss, michal-zatloukal and tomas-pajurek