Skip to main content

Let's say I have a mule app running in the cloud and another mule app running on-prem. Can Object Store be used to persist and share the data between these two? In not, can I share the data between two different applications running on different runtimes on-prem? Or is ObjectStore generally used within a single mule application, either in the cloud or on-prem? I feel the latest but still could not find definitive statement about this in the documentation.

 

Thanks!

 

Edit: I'm not just interested in sharing data between multiple apps within the same runtime, but also within multiple apps running in completely separate runtimes.

9 answers
  1. Nov 14, 2018, 9:47 AM

    @ievankuk you cannot share domain across multiple runtime. Each runtime has their own boundaries and scope.

    You can share resources across multiple applications within same domain in same runtime

0/9000