0 Replies Latest reply on Aug 30, 2001 11:01 AM by mlecza

    Has Anyone Gotten Persitant Message Working?

    mlecza

      Using Beta 1.0.0 standalone with Durable subscribers. I cannot seem to get messages to persiste between server restarts. The spec says messages are persistent by default but it did not work so I tried:
      topicPublisher.publish(topic, message, DeliveryMode.PERSISTENT, 0, 0);

      That did not help. Just wondering if anyone got this working.