Skip to content

Multitenancy

salboaie edited this page Oct 17, 2012 · 2 revisions

By design, SwarmESB is build with multi-tenancy in mind. Every swarm message carry a meta information "tenantId" that is providing a hint about the tenant that owns the current swarm.

  • The Redis APIs we provide https://github.com/salboaie/SwarmESB/blob/master/api/redis.js is creating keys by prefixing with coreId and tenantId automatically so the programmer should not be aware [experimental feature]

  • multi tenant persistence [to be done]

  • coreId - is not a normally a multi-tenant feature but if you want to run a different core and different process for each customer but share the same servers, you can use the coreID to achieve it.

Clone this wiki locally