Details
-
New Feature
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
5.10.0
-
None
Description
For brokers that run with persistence disabled there currently no in-memory job scheduler store so an embedded broker without persistence can't have scheduled messages or do broker led redelivery without manually configuring in the normal JobSchedulerStore impl which requires a disk based store. We should add an in memory variant that is the default if persistence is disabled but scheduler support is enabled.