You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I have multiple Customers using my software. These customers have stored multiple contacts in our CRM. Now, these customers want to reach these contacts via SMS/Whatsapp.
MySaaS -> Customers -> Contacts
We have a broadcasting functionality where customers can reach out to all their contacts. So I would create a queue that handles all messages sent to the end contacts.
My problem is that when there are thousands of messages from one customer in queues then other customers are waiting. I am looking for a solution to execute the jobs of every customer in parallel. So that every customer gets preference and their messages are not blocked by other customers.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there,
So I have multiple Customers using my software. These customers have stored multiple contacts in our CRM. Now, these customers want to reach these contacts via SMS/Whatsapp.
MySaaS -> Customers -> Contacts
We have a broadcasting functionality where customers can reach out to all their contacts. So I would create a queue that handles all messages sent to the end contacts.
My problem is that when there are thousands of messages from one customer in queues then other customers are waiting. I am looking for a solution to execute the jobs of every customer in parallel. So that every customer gets preference and their messages are not blocked by other customers.
Can I achieve this with RabbitMQ?
Beta Was this translation helpful? Give feedback.
All reactions