Re: Distributed Cache Clear using ActiveMQ

2016-01-01 Thread Jacques Le Roux
I wrote this page after successfully using DCC on a cluster with 5 OFBiz servers and 3 Postgres machines with Pgpool-II (1 master, 2 replicants) This was based on roughly R11.04 (actually a revision taken just before in February 2011 and then manually updated during 2,5 years for main bugs) I d

Distributed Cache Clear using ActiveMQ

2015-12-31 Thread Len Shein
All, We have two instances of Ofbiz running. Both instances talk to the same database. When we update some entity using one of the instances we are looking for cache clearing operation on all the instances to happen automatically. Based on Ofbiz documentation found on "Distriubted Cache Clearin

Re: Distributed cache clear

2015-12-22 Thread Jacques Le Roux
Le 22/12/2015 19:31, Len Shein a écrit : All, In setting up the distributed cache clear on the entity engine; does anyone know if this applies to 'all' the Ofbiz resources in the cache like label and property files or just the 'entity' cache stores? It's just about th

Distributed cache clear

2015-12-22 Thread Len Shein
All, In setting up the distributed cache clear on the entity engine; does anyone know if this applies to 'all' the Ofbiz resources in the cache like label and property files or just the 'entity' cache stores? So for example if one of the instances the OrderUiLabels.xml fil

Re: Distributed Cache Clear for entity cache

2011-04-11 Thread Jacques Le Roux
Thanks Anand, Your message was very useful to fix some bugs... Still on it... Jacques -- View this message in context: http://ofbiz.135035.n4.nabble.com/Distributed-Cache-Clear-for-entity-cache-tp3222828p3441308.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: Distributed Cache Clear for entity cache

2011-03-10 Thread Jacques Le Roux
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.

Re: Distributed Cache Clear for entity cache

2011-03-10 Thread Anand H I
ot;true"/ /jms-service 4) in entityengine.xml delegator name="default" entity-model-reader="main" entity-group-reader="main" entity-eca-reader="main" distributed-cache-clear-enabled="true" -- View this message in context: http://ofbiz.135035.n4.nabble.com/Distributed-Cache-Clear-for-entity-cache-tp3222828p3346071.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: Distributed Cache Clear for entity cache

2011-03-10 Thread Anand H I
ectionFactoryNames = 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.

Re: Distributed Cache Clear for entity cache

2011-02-02 Thread Anand H I
in entityengine.xml -- View this message in context: http://ofbiz.135035.n4.nabble.com/Distributed-Cache-Clear-for-entity-cache-tp3222828p3253666.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Distributed Cache Clear for entity cache

2011-01-18 Thread Vijay
Hi, we are setting up a cluster of ofbiz(opentaps) instances for load balancing. Both the instances will point to the same database. We want the entity cache to be consistent across both the instances. >From the documentation, I gather that we need to set * distributed-cache-clear-enab

JMS and distributed cache clear

2008-06-27 Thread Vedam B
Hi, Can someone help me on using the distributed cache clear services defined in services.xml Clear Cache Line by primaryKey for all Servers listening to the topic Is there any documentation on JMS setup and distributed cache clear in OFBiz clustered environment. Appreciate any

Re: Setup of distributed cache clear

2007-10-19 Thread Jacques Le Roux
Hi Nicolas, De : "Nicolas Mervaillie" <[EMAIL PROTECTED]> > Hi Jacques > > Thanks for the reply. > > Yes, I did have a look to the distributed cache parameters. > Activating the distributed cache causes a JNDI lookup problem on the JMS > connection factory (which seems normal : no JMS server a

Re: Setup of distributed cache clear

2007-10-19 Thread Nicolas Mervaillie
Hi Jacques Thanks for the reply. Yes, I did have a look to the distributed cache parameters. Activating the distributed cache causes a JNDI lookup problem on the JMS connection factory (which seems normal : no JMS server activated and registered on startup) I tried to setup the JMS service and re

Re: Setup of distributed cache clear

2007-10-19 Thread Jacques Le Roux
> Quick answer : did you have a look at, distributedClearCacheLineBy* services ? Oops, I meant distributedClearCache* and distributedCache* (search for strings) > For the pool(s), as long you don't want to explicitly set it on sepcific > server(s) there should not be any problems. Of course,

Re: Setup of distributed cache clear

2007-10-19 Thread Jacques Le Roux
Quick answer : did you have a look at, distributedClearCacheLineBy* services ? For the pool(s), as long you don't want to explicitly set it on sepcific server(s) there should not be any problems. Jacques De : "Nicolas Mervaillie" <[EMAIL PROTECTED]> > Hi, > > I'm currently working on the set

Setup of distributed cache clear

2007-10-19 Thread Nicolas Mervaillie
Hi, I'm currently working on the setup of a load balanced OfBiz infrastructure : x Apache HTTP servers, x Ofbiz instances, x db instances (just load balancing, no fail-over through session replication). Everything goes just fine, the OfBiz installation is a breeze. OK. Then I change a product lab