1 Reply Latest reply on Oct 15, 2004 8:11 AM by adrian.brock

    NullPersistenceManager

    jkario_78

      Each queue/topic has to be statically pre-configured (through InMemory attribute) to use either NullPersistenceManager or some real persistence manager and using the PERSISTENT / NON_PERSISTENT flag in the JMS client has no effect.

      [ ] True
      [ ] False

      * Janne

        • 1. Re: NullPersistenceManager

          [x] Neither true or false


          Each queue/topic has to be statically pre-configured (through InMemory attribute) to use either NullPersistenceManager or some real persistence manager


          And the default is to use the real persistence manager when you configure it as the
          delegate to the NPM.


          the PERSISTENT / NON_PERSISTENT flag in the JMS client has no effect.


          It is still honoured when you use a real persistence manager.
          Persistent cannot be honoured if there is no real persistence manager or you
          configure the destination not to use it.

          Seems pretty obvious to me? If it is unclear on the WIKI, feel free to add
          clarifications.