[jboss-user] [JBoss Cache: Core Edition] - Re: Cluster config: Channel per Cache instance?

dukehoops do-not-reply at jboss.com
Thu Mar 19 13:11:08 EDT 2009


Reposting cache config:
  <bean id="jbcRuntimeConfig" class="org.jboss.cache.config.RuntimeConfig" depends-on="transactionManager">
  |         <property name="transactionManager" ref="BitronixTransactionManager"/>
  |     </bean>
  |    
  |     <bean id="baseCacheConfig" class="org.jboss.cache.config.Configuration" abstract="true" depends-on="jbcRuntimeConfig">        
  |         <property name="jgroupsConfigFile" value="classpath:dg-jgroups-udp.xml"/>
  |         <property name="runtimeConfig" ref="jbcRuntimeConfig"/>
  |         <property name="cacheMode" value="LOCAL"/>
  |         <property name="nodeLockingScheme" value="MVCC"/>        
  |         <property name="isolationLevel" value="READ_COMMITTED"/>        
  |     </bean>
  |     <bean id="entityCacheConfig" parent="baseCacheConfig">
  |         <property name="clusterName" value="dgEntityCacheCluster"/>
  |         <property name="cacheMode" value="INVALIDATION_ASYNC"/>
  |     </bean>
  |     <bean id="collectionCacheConfig" parent="baseCacheConfig">
  |         <property name="clusterName" value="dgCollectionCacheCluster"/>
  |         <property name="cacheMode" value="INVALIDATION_ASYNC"/>
  |     </bean>
  |     <bean id="queryCacheConfig" parent="baseCacheConfig">        
  |     </bean>
  |     <bean id="timestampsCacheConfig" parent="baseCacheConfig">
  |         <property name="clusterName" value="dgTimestampsCacheCluster"/>
  |         <property name="cacheMode" value="INVALIDATION_ASYNC"/>
  |     </bean>

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219577#4219577

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4219577



More information about the jboss-user mailing list