2 Replies Latest reply on Sep 11, 2001 7:33 AM by mlecza

    Persistence between restarts - rollinglogged problem

    mlecza

      As some may know - I have been having a problem getting durable topics to persist between server restarts. I saw the JMS doc has been updated (http://www.jboss.org/documentation/HTML/ch08s06.html) and read the part about the different persistence methods. The doc says that the default method is "file" - I looked in my jboss.jcml and it was using "rollinglogged" (this is how it was in the binary distr).

      I changed the PM type to "file" and it works perfectly persisting messages between server restarts. Perhaps there is a bug with rollinglogged?

      I'm using the JBossMQ 1.0.0 Beta standalone version.