0 Replies Latest reply on Oct 16, 2001 11:57 AM by ayeluri

    Jboss and JMS  setup

    ayeluri

      Hello all,
      I am a first time user of jboss. I ma trying to configure the JMS settings to a database persistence in the jcml files. when i run Jboss i get an initialization error when it is trying to initialise the test queues. The topics load no problem. Some one please help. here are the settinggs in my file




      <!-- ==================================================================== -->
      <!-- JDBC -->
      <!-- ==================================================================== -->


      org.hsqldb.jdbcDriver,oracle.jdbc.driver.OracleDriver



      1476
      true
      default
      false



      DefaultDS
      org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl

      jdbc:hsqldb:hsql://localhost:1476
      1200000
      sa
      10

      false
      false
      false
      true
      120000
      1800000
      false
      false
      1.0
      0



      OracleDB
      org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl
      jdbc:oracle:thin:@cas1:1521:orcl
      jboss
      jboss




      JmsDB
      oracle.jdbc.pool.OracleDataSource
      jdbc:oracle:thin:@cas1:1521:ORCL
      jboss
      jboss




      <!-- ==================================================================== -->
      <!-- JBoss Server Management -->
      <!-- ==================================================================== -->

      5000


      <!-- ==================================================================== -->
      <!-- J2EE deployment -->
      <!-- ==================================================================== -->


      true
      false
      false
      true
      false


      <!-- Uncomment to add embedded tomcat service

      -->

      <!-- Uncomment and set file URL to add Jetty service (you can set config more than once)

      file URL to jetty.xml e.g. file:/usr/local/jboss/dist/conf/default/jetty.xml

      -->


      <!-- ==================================================================== -->
      <!-- JBossMQ -->
      <!-- ==================================================================== -->


      <!-- The StateManager is used to keep JMS perisitent state data. -->
      <!-- For example: what durable subscriptions are active. -->

      jbossmq-state.xml




      <!-- The PersistenceManager is used to store messages to disk. -->


      OracleDB


      <!--

      ../../db/jbossmq/

      -->