What type of object store(s) should be used, and what design gives both Mule applications access to the same object store instance?

An organization is designing the following two Mule applications that must share data via a common persistent object store instance:

– Mule application P will be deployed within their on-premises datacenter.

– Mule application C will run on CloudHub in an Anypoint VPC.

The object store implementation used by CloudHub is the Anypoint Object Store v2 (OSv2).

What type of object store(s) should be used, and what design gives both Mule applications access to the same object store instance?
A . Application P uses the Object Store connector to access a persistent object store Application C accesses this persistent object store via the Object Store REST API through an IPsec tunnel
B . Application C and P both use the Object Store connector to access the Anypoint Object Store v2
C . Application C uses the Object Store connector to access a persistent object Application P accesses the persistent object store via the Object Store REST API
D . Application C and P both use the Object Store connector to access a persistent object store

Answer: C

Explanation:

Correct answer is Application A accesses the persistent object store via the Object Store REST API Application B uses the Object Store connector to access a persistent object * Object Store v2 lets CloudHub applications store data and states across batch processes, Mule components and applications, from within an application or by using the Object Store REST API. * On-premise Mule applications cannot use Object Store v2. * You can select Object Store v2 as the implementation for Mule 3 and Mule 4 in CloudHub by checking the Object Store V2 checkbox in Runtime Manager at deployment time.

* CloudHub Mule applications can use Object Store connector to write to the object store

* The only way on-premises Mule applications can access Object Store v2 is via the Object Store REST API.

* You can configure a Mule app to use the Object Store REST API to store and retrieve values from an object store in another Mule app.

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments