Uploaded image for project: 'Application Server 3  4  5 and 6'
  1. Application Server 3 4 5 and 6
  2. JBAS-6921

cache-invalidation-service.xml includes invalid JMS topic config

    XMLWordPrintable

Details

    • Compatibility/Configuration

    Description

      This is commented out by default, but is an incorrect example as the config is for JBoss MQ not JBM:

      <!--
      <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.JMSCacheInvalidationBridge"
      name="jboss.cache:service=InvalidationBridge,type=JMS">
      <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>
      </mbean>
      -->

      Attachments

        Activity

          People

            bstansbe@redhat.com Brian Stansberry
            bstansbe@redhat.com Brian Stansberry
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: