[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jboss-cvs-commits
Subject:    [jboss-cvs] jboss/src/etc/deploy cache-invalidation-service.xml
From:       Sacha Labourey <slaboure () users ! sourceforge ! net>
Date:       2002-09-30 13:09:36
[Download RAW message or body]

  User: slaboure
  Date: 02/09/30 06:09:36

  Added:       src/etc/deploy cache-invalidation-service.xml
  Log:
  Added cache-invalidation service in default/deploy
  
  Revision  Changes    Path
  1.1                  jboss/src/etc/deploy/cache-invalidation-service.xml
  
  Index: cache-invalidation-service.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE server>
  <!-- $Id: cache-invalidation-service.xml,v 1.1 2002/09/30 13:09:35 slaboure Exp $ -->
  
  <!-- ===================================================================== -->
  <!--                                                                       -->
  <!--  Cache Invalidation Service                                           -->
  <!--                                                                       -->
  <!-- ===================================================================== -->
  
  <server>
  
    <mbean code="org.jboss.cache.invalidation.InvalidationManager" 
           name="jboss.cache:service=InvalidationManager">
    </mbean>
  
  
  <!--
  	Uncomment if you want to activate the cache invalidation mechanism accross
  	nodes using the JMS bridge -->
  <!--
    <mbean code="org.jboss.mq.server.jmx.Topic"
  	 name="jboss.mq.destination:service=Topic,name=JMSCacheInvalidationBridge">
      <depends optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager</depends>
      <depends optional-attribute-name="SecurityManager">jboss.mq:service=SecurityManager</depends>
    </mbean>
  
    <mbean code="org.jboss.cache.invalidation.bridges.JMSCacheInvalidationBridgeMBean" 
           name="jboss.cache:service=InvalidationBridge,type=JavaGroups">
       <depends>jboss.cache:service=InvalidationManager</depends>
       <depends>jboss.mq.destination:service=Topic,name=JMSCacheInvalidationBridge</depends>
       <attribute name="InvalidationManager">jboss.cache:service=InvalidationManager</attribute>
       <attribute name="ConnectionFactoryName">java:/ConnectionFactory</attribute>
       <attribute name="TopicName">topic/JMSCacheInvalidationBridge</attribute>
       <attribute name="PropagationMode">1</attribute> <!-- IN_OUT = 1, IN_ONLY = 2, OUT_ONLY = 3 -->
  
    </mbean>
  -->
       
  </server>
  
  
  


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
jboss-cvs-commits mailing list
jboss-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-cvs-commits
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic