Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
To be reviewed
-
Resolution: Unresolved
-
Affects Version/s: 3.2.0, 3.2.x
-
Fix Version/s: New Backlog
-
Component/s: Core: (other)
-
Labels:None
-
User impact:Medium
-
Similar Issues:None
Description
Object stores are used in many places in Mule
- To contain queues
- To hold events for the until-successful router
- To hold events being aggregated
- etc.
While all object stores have the basic ability to store and retrieve objects, some have additional capabilities:
- Listable (can list the objects they contain)
- Monitored (will delete objects past their time-to-live expiration)
- Partitionable (can be subdivided into smaller object stores)
- Persistent
Documentation needs to make clear:
- All the predefined object stores, and their capabilities
- All the places object stores are used, and what capabilities are required
- How to create custom object stores