You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Vedam B <ve...@gmail.com> on 2008/06/27 22:21:56 UTC

JMS and distributed cache clear

Hi,



Can someone help me on using the distributed cache clear services defined in
services.xml



<service name="distributedClearCacheLineByPrimaryKey" engine="jms"
location="serviceMessenger" invoke="clearCacheLineByPrimaryKey" auth="true">

<description>Clear Cache Line by primaryKey for all Servers listening to the
topic</description>

<attribute name="primaryKey" type="GenericPK" mode="IN" optional="false"/>

<attribute name="distribute" type="Boolean" mode="IN" optional="true"/>

</service>



Is there any documentation on JMS setup and distributed cache clear in OFBiz
clustered environment. Appreciate any help.





Regards

Vedam