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.