Hi Martin-

If you start with ActiveMQ in the foreground, you should get some error as to 
what is the problem with the configruation

Run this:  ./bin/activemq console

Your configuration looks correct — common problems include the italic quotes 
instead of standard quotes (added by some Windows text editors, etc).

Be sure to have the schedulerSupport enabled in the broker tag:

<broker .... schedulerSupport=“true”>

Thanks,
Matt Pavlovich

> On Sep 14, 2025, at 6:03 AM, Martin Lichtin <[email protected]> wrote:
> 
> 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
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to