1 Reply Latest reply on Aug 2, 2004 3:30 PM by adrian.brock

    Exc. with jms-tobic in cluster (ConnectionFactory not bound)

      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