All Questions
2 questions
0
votes
2
answers
152
views
Do I need a Message processing service before RabbitMQ (or any other message broker)
I hope that's a proper place to ask my question.
I am wondering how is best to integrate RabbitMq (or any other message broker) into my project.
There are 2 options:
Simply collect all messages, ...
0
votes
2
answers
568
views
Moving single tenant application with queue to multi tenants web application
I need to move a single-tenant web application to a multi-tenant (about 100 tenants) web application. Tenants are going to share the same application but each tenant is going to have its own database (...