Skip to content
Discussion options

You must be logged in to vote

@julia-bougaev-bp

Running Mixcore Without External Message Queue Providers

If you want to run Mixcore without using any external message queue system (like RabbitMQ, Azure Service Bus, or Google Pub/Sub), here’s what you need to know:

1. Is a MessageQueueSettings provider mandatory?

No, it is not mandatory to register an external message queue provider if you don’t need one.
Mixcore provides a default in-memory queue (MemoryQueueService) that is used when no external provider is configured. This allows the application to function without any dependency on external queue systems.

2. How to skip queue setup for now?

  • You can either omit the MessageQueueSettings:Provider key in your configur…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Smilefounder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants