Use the same SQS queue for many SaaS software instance with data isolation (multi-tenant)

Viewed 19

I need to use the same queue to many customers to avoid create a new SQS queue to each. How can I make data isolation in this scenarios? 

The queues will be used to integrate an e-commerce with one desktop software (ERP). Each e-commerce have one ERP.

I have to send to the ERP all new orders and customers, the ERP sands to the e-commerce all products, prices update and another situations.

We want to resolve this using queues an I think kafka is so much to this scenario.

0 Answers
Related