I tried removing the data folder, and the broker still starts without problem.
Are you running ActiveMQ standalone or embedded in Karaf or similar ? Regards JB On Wed, Sep 17, 2025 at 11:14 AM Martin Lichtin <[email protected]> wrote: > > Make sure you start the broker in a clean environment, i.e. no data > directories. > Then it will fail. I just noticed it will startup if some of the data > directories exist. > > > On 9/16/2025 3:55 PM, Jean-Baptiste Onofré wrote: > > Your configuration looks good to me. I tried with 6.1.7 and it seems > > to work fine. > > > > Anything special in the log ? > > > > Regards > > JB > > > > On Sun, Sep 14, 2025 at 1:03 PM 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 > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information, visit: https://activemq.apache.org/contact
