Red Hat Training

A Red Hat training course is available for JBoss Enterprise SOA Platform

8.15. Configure the Registry Cache Time-Out Value

Procedure 8.4. Task

  1. Open the deploy/jbossesb.sar/jbossesb-properties.xml file in your text editor: vi deploy/jbossesb.sar/jbossesb-properties.xml
  2. Set the cache time-out value:
    <properties name="core">
    <property name="org.jboss.soa.esb.registry.cache.life" value="60000"/>
    </properties>
    Note that 60 000 milliseconds (sixty seconds) is the default value.
  3. Save the file and exit.