4 Replies Latest reply on Sep 15, 2004 10:12 PM by rolfz

    Problems with jms-tobic in cluster (ConnectionFactory not bo

      I have problems with creating a JMS-Topic in a clustered JBoss. The ConnectionFactory is only bound to the JNDI-Tree in one JBoss node (I think, that is correct ?!).

      So I must search the ConnectionFactory for my JMS-Topic by HAJNDI (right?). How can I achive this? My Topic is the following:

       <!-- the KODO distributed cache Topic -->
       <mbean code="org.jboss.mq.server.jmx.Topic"
       name="jboss.mq.destination:service=Topic,name=KodoCommitProviderTopic">
       <depends optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager</depends>
       </mbean>
      


      I have the Topic configured on every node (in the jboss-mq-destination-services.xml), is that right?

      Thanks for your hints (sorry, I am a newbe to clustering JBoss)!
      BERND