I'm trying to configure the in-memory job scheduler, in order to replace
the default Job Scheduler Store (which is inside KahaDb)
<jobSchedulerStore>
<bean xmlns="http://www.springframework.org/schema/beans"
id="jobSchedulerStore"
class="org.apache.activemq.broker.scheduler.memory.InMemoryJobSchedulerStore"
/>
</jobSchedulerStore>
I'm adding these lines just above <managementContext>.
However, as soon as I add this section to the activemq.xml, the broker
no longer starts up. No errors or warnings.
Would anyone know what I'm missing?
- Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact