2 Replies Latest reply on Sep 4, 2001 9:20 AM by mlecza

    Still Trying to get Persistent Messages to Persist

    mlecza

      I still cannot get Messages to persist if the server is restarted. Using JBossMQ 1.0.0 Beta. Has anyone gotten a message to persist between restarts?

      Even though the JMS spec says PERSITENT is the default I have tried this as well to no avail:

      topicPublisher.publish(topic, message, DeliveryMode.PERSISTENT, 0, 0);