Hi Steve, this is not implemented yet. All contributions are welcomed :)
Regards -- Dejan Bosanac ----------------- FuseSource - The experts in open source integration and messaging. Email: dej...@fusesource.com Web: http://fusesource.com Twitter: http://twitter.com/dejanb ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Tue, Mar 8, 2011 at 12:33 AM, Steve Smith <tarkast...@gmail.com> wrote: > HI, > > I have an embedded broker with Postgres JDBC persistence set-up. This > works fine for normal messages, however when injecting delayed > messages these are persisted to the filesystem (in > activemq-data/localhost/scheduler). The relevant config: > > <bean id="dataSource" > class="org.springframework.jndi.JndiObjectFactoryBean"> > <property name="jndiName" value="java:comp/env/jdbc/HalDS"/> > </bean> > > <amq:broker id="activeMqBroker" useJmx="false" persistent="true" > schedulerSupport="true"> > <amq:persistenceAdapter> > <amq:jdbcPersistenceAdapter dataSource="#dataSource" > useDatabaseLock="false"/> > </amq:persistenceAdapter> > <amq:transportConnectors> > <amq:transportConnector uri="tcp://localhost:61616" /> > </amq:transportConnectors> > </amq:broker> > > Is it possible to have scheduled messages persisted to the JDBC store? > > Thanks, > Steve >