Gary Tully wrote:
> 
> you need to add the attribute: persistenceFlag="true"
> 

Hmm, I don't understand. Currently I put into activemq.xml:

<bean xmlns="http://www.springframework.org/schema/beans";
id="forcePersistencyModeBroker"
class="org.apache.activemq.plugin.ForcePersistencyModeBrokerPlugin"> 
<property name="persistenceFlag" value="true"/> 
</bean> 


...but it didn't help. According to your suggestion I set the value to
"true".

So what's wrong?

Your wrote earlier to code:
<plugins> 
  <forcePersistencyModeBrokerPlugin/> 
</plugins>

This is different from what is told on page:

https://issues.apache.org/activemq/browse/AMQ-2339

So again: How do I officially setup forcePersistencyModeBrokerPlugin?

Thank you
Ben
-- 
View this message in context: 
http://old.nabble.com/How-to-enable-file-based-persistence---tp27637236p29181056.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to