Skip to content

Add support for ServiceBusProcessor #56

@altsak

Description

@altsak

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions