0 Replies Latest reply on Apr 26, 2003 11:28 PM by aozarov

    Non Persistence JMS. Howto?

    aozarov

      I have no need to persist the messages, but unfortunately I don't know how to disable this option.
      It seems that setting the JMSDevliveryMode to NON_PERSIST doesn't do the job and I can see that the messages
      are being persist immediately without any memory based threshold.
      I also tried to remove the dependency of the DestinationManager in the PersistanceManager in the jbossmq-service.xml which
      cause Jboss to scream when trying to run it.
      Is it possible to disable the persistence?