0 Replies Latest reply on Jan 31, 2006 10:45 PM by chetanagg

    JMS Clustering Configuration- Help

    chetanagg

      Hi folks ,

      I am using jbss-4.0.3 . I have a very basic question.

      I have following files in deploy-hasingleton.jms folder:
      oracle-jdbc2-service.xml
      hsqldb-jdbc-state-service.xml pointing to OracleDS
      jbossmq-service.xml
      jbossmq-destinations.xml
      jvm.....xml

      And have following files in deploy/jms folder:
      hajms-ds.xml

      When i started server , i could not even get log of org.jboss.mq. No persistance manager , statemanager , queue , topic got deployed as was evident from jmx-console.

      Then i copied same oracle-jdbc2-service.xml ,hsqldb-jdbc-state-service.xml , jbossmq-service.xml , jbossmq-destinations.xml files from deploy-hasingleton/jms to deploy/jms folder also?

      Then i was able to find Queues , Topic in jmx-console.

      I am following this link for jbossMQ : http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigJBossMQDB

      Now i am totally confused whether my queues/topics are in HA JMS or not??
      Second do i really need to maintain xml files in both directories?

      Please suggest.