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

feat: Re-worked orders messaging configuration #539

Merged
merged 4 commits into from
May 7, 2024

Conversation

niallthomson
Copy link
Collaborator

@niallthomson niallthomson commented May 7, 2024

Issue #, if available:

Description of changes:

This PR moves configuring the orders service messaging functionality away from using Spring profiles and to a more explicit configuration style.

Currently to activate RabbitMQ you need to set SPRING_ACTIVE_PROFILES=rabbitmq. This is very tied to Spring Boot.

Now you can set RETAIL_ORDERS_MESSAGING_PROVIDER to either in-memory, sqs or rabbitmq.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@niallthomson niallthomson merged commit 1f8c4e4 into main May 7, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant