2 Replies Latest reply on Dec 14, 2005 3:16 AM by mroosendaal

    Disbale persistent queue

      Hi,

      I'm trying to disable persistent queueing and found the link which describes how to use the NullPersistenceManager. But this was not adequate enough because it uses the FilestateManager which requires the jboss-mq-state.xml for security which i don't want.

      all i want is to disable perstistent queueing for our Queue. I've put : true in our queue_service.xml but i don;t think that's enough.

      Isn't there a simple false
      somewhere. I don;t want to configure too much in JBoss but mostly within our own x_service.xml.

      Any ideas?

      Thank,
      Maarten

        • 1. Re: Disbale persistent queue

           

          "mroosendaal" wrote:
          But this was not adequate enough because it uses the FilestateManager which requires the jboss-mq-state.xml for security which i don't want.


          No it does not. Where does it say that?

          The state/security service are entirely independent from the persistence/caching.

          Are you sure it isn't telling you that most people that want to remove jdbc persistence
          also want to remove jdbc state management?

          And the best way to turn off persistence is to NOT send persistent messages.

          • 2. Re: Disbale persistent queue

            I tried to follow the:
            http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigJBossMQNullPersistence
            instructions but maybe i took it to litteral. But everytime i tried to do just a part of the instruction, JBoss threw an exception.

            But you were right, Spring provides a boolean value for it's jmsTemplate.

            Thanks,
            Maarten