[jboss-user] [JBoss Messaging] - Re: Can't run example (JBoss Messaging 2.1)
clebert.suconic@jboss.com
do-not-reply at jboss.com
Wed May 9 20:07:25 EDT 2007
After running release-admin, the only reference I see to mq is at:
./messaging/deploy/cache-invalidation-service.xml
... Which is commented out.
| <!--
| <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=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>
| </mbean>
| -->
|
|
And ./messaging/conf/jboss-service.xml, which is being ignored (not affecting anything)
You could do this check yourself:
$ cd $JBOSS_HOME/server/messaging
$ find . -name \*xml -exec grep -H mq {} \;
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044543#4044543
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044543
More information about the jboss-user
mailing list