I used this format:
<amq:broker persistent="true" brokerName="localhost" useJmx="true"
xmlns:amq="http://activemq.org/config/1.0">
<amq:persistenceAdapter>
<amq:journaledJDBC journalLogFiles="5"
dataDirectory="${activemq.home}/target/foo" />
</amq:persistenceAdapter>
</amq:broker>
Vinicius Carvalho wrote:
Hello there! I'm trying to configure my persistence using the new
schema configuration, but its not working. I have not found docs on
this. I'm kinda lost, does the <amq:persistenceAdapter> must be inside
the <amq:broker> ? I tried it and its not supporting
<amq:journaledJDBC> is not a valid child, putting the journaledJDBC
outside the broker tag is not working.
Anyone has an example of journaled jdbc persistence adapter?
Regards