you don't have an activemq-data file? i thought in the uri the parameter was prefixed by broker: vm://localhost?* broker*.*persistent*=*true for instance.*
- Romain 2011/11/4 seb55555 <s.cla...@aaa-data.fr> > This is my conf (it was in raw text. That's why you don't see it in gmail). > > <Resource id="MyJmsResourceAdapter" type="ActiveMQResourceAdapter"> > BrokerXmlConfig = broker:(tcp://0.0.0.0:61616 > )?persistent=true > > ServerUrl vm://localhost?async=true > > DataSource My Unmanaged DataSource > </Resource> > > <Resource id="MyJmsConnectionFactory" type="javax.jms.ConnectionFactory"> > ResourceAdapter MyJmsResourceAdapter > </Resource> > > <Container id="MyJmsMdbContainer" ctype="MESSAGE"> > ResourceAdapter MyJmsResourceAdapter > </Container> > > > And the second with xbean : > > BrokerXmlConfig = > > xbean:file:///C:/outils/apache-tomee-webprofile-1.0.0-beta-1/conf/activemq.xml > > > -- > View this message in context: > http://openejb.979440.n4.nabble.com/Activate-JMS-persistence-on-TomEE-tp3990276p3990411.html > Sent from the OpenEJB User mailing list archive at Nabble.com. >