1 Reply Latest reply on Jan 31, 2011 2:17 PM by wdfink

    Jboss Messaging queue persistence

    annorax

      Hi all,

       

      I'm trying to configure Jboss messaging queue persistence and have some questions.

       

      1.) I am currently using Oracle as my persistence store. Is it possible to instead use the file system?

      2.) Right now in Oracle, all my queues are persistent. However, I don't want all of them to be. Is it possible to make some be persistent and some not? By persistent, I mean upon JMS server restart, the queues are emptied.

        • 1. Jboss Messaging queue persistence
          wdfink

          What JBoss version do you use?

          AFAIK with HornetMQ (JBoss6) the filesystem is used.

          With JBossMQ (until 4.2) I have had problems because use of filesystem is not very useful in production (but it is a time ago for me)

          With JBossMessaging I only try nullpersistence(core) and Oracle.