There is currently an issue in OFBiz trunk, but, I guess, it's not related to 
Opentaps
https://issues.apache.org/jira/browse/OFBIZ-3987

Jacques

From: "Anand H I" <[email protected]>
Setting up the ActiveMQ server with opentaps :
0)Start the activeMQ server locally and copy the all-activeMq jar to the
framework/base/lib

change the name of dispatcher in abstractjmslistener.java from
"JMSDispatcher" to "entity-default"


1)
in jndiservers.xml
:61616"
initial-context-factory="org.apache.activemq.jndi.ActiveMQInitialContextFactory"/>

2)
in jndi.properties
java.naming.factory.initial=org.apache.activemq.jndi.ActiveMQInitialContextFactory
java.naming.provider.url=tcp://:61616
topic.OFBTopic=OFBTopic
connectionFactoryNames = connectionFactory,
queueConnectionFactory,topicConnectionFactory

3)
in serviceengine.xml


4)

in entityengine.xml



--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Distributed-Cache-Clear-for-entity-cache-tp3222828p3346065.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Reply via email to