Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Message Broker Interface and Implementations for Azure Service Bus, RabbitMQ, and In-Memory Messaging #2

Open
jacobwi opened this issue Mar 25, 2024 · 0 comments

Comments

@jacobwi
Copy link
Owner

jacobwi commented Mar 25, 2024

Develop a generic message broker interface to abstract the messaging infrastructure in our application, allowing for decoupled communication between different parts of the system. Implement concrete contracts for Azure Service Bus, RabbitMQ, and an in-memory messaging system to provide flexibility and adaptability in our messaging solutions based on different environments and requirements.


Objectives:
Design a generic message broker interface that supports publish/subscribe and send/receive patterns.
Implement the interface with Azure Service Bus for cloud-based environments.
Implement the interface with RabbitMQ for on-premise or Docker container-based environments.
Provide an in-memory implementation for testing and development environments without external dependencies.
Ensure seamless switching between different implementations through configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Ready
Development

No branches or pull requests

1 participant