[jboss-jira] [JBoss JIRA] Closed: (JBAS-6921) cache-invalidation-service.xml includes invalid JMS topic config
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Thu May 14 16:54:46 EDT 2009
[ https://jira.jboss.org/jira/browse/JBAS-6921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Stansberry closed JBAS-6921.
----------------------------------
Resolution: Done
> cache-invalidation-service.xml includes invalid JMS topic config
> ----------------------------------------------------------------
>
> Key: JBAS-6921
> URL: https://jira.jboss.org/jira/browse/JBAS-6921
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: EJB2, JMS (JBoss Messaging)
> Affects Versions: JBossAS-5.1.0.CR1
> Reporter: Brian Stansberry
> Assignee: Brian Stansberry
> Priority: Minor
> Fix For: JBossAS-5.1.0.GA
>
>
> 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>
> -->
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list