Hi,
I'm testing cache synch with openjpa.
Both these alternatives are working, but what would be the best
implementation?
<property name="openjpa.RemoteCommitProvider"
value="jms(Topic=openejb:Resource/OpenJPACommitProviderTopic,
TopicConnectionFactory=openejb:Resource/MyJmsConnectionFactory,
java.naming.provider.url=tcp://localhost:8080)"/>
Alternative:
<property name="openjpa.RemoteCommitProvider"
value="jms(Topic=OpenJPACommitProviderTopic,
TopicConnectionFactory=TopicConnectionFactory,
topic.OpenJPACommitProviderTopic=DeltaSpikeTopic,
java.naming.factory.initial=org.apache.activemq.jndi.ActiveMQInitialContextFactory,
java.naming.provider.url=tcp://localhost:61616)"/>
br hw
--
View this message in context:
http://tomee-openejb.979440.n4.nabble.com/openjpa-cache-synchronization-RFC-tp4670211.html
Sent from the TomEE Users mailing list archive at Nabble.com.