3 Replies Latest reply on Feb 2, 2012 8:39 AM by figwam

    jms-destinations definitions in standalone.xml removed after server shutdown

    figwam

      Hi all,

       

      ich am using JMS in my JBoss (7.1.0.CR1b). I followed the istructuions

      on: https://docs.jboss.org/author/display/AS7/Messaging+configuration

       

      Everything works fine (Queue, MDB), but if i shutdown the server. The

      standalone.xml is overridden by JBoss and the entries:

       

      <subsystem xmlns="urn:jboss:domain:messaging:1.1">

              <hornetq-server>

      [....]

      <jms-destinations>

        <jms-queue name="MyQueue">

               <entry name="queue/MyQueue"/>

          </jms-queue>

      </jms-destinations>

      </hornetq-server>

      </subsystem>

       

       

      are removed. I have to insert these jms-destinations every startup.

      Why are these definition deleted? I want to keeop it persistent.

       

      Do you have any idea?

       

      thx

       

      regards

      Alex