2 Replies Latest reply on Mar 11, 2011 12:42 PM by pchandler

    Question: Time buffered destination

    pchandler

      I am trying to configure a destination that will delivery "the last hours worth of messages" + "any new messages" every time I connect.  A buffered destination that delivers previous and current message based on an expiration time. Any ideas?

        • 1. Re: Question: Time buffered destination
          garytully

          if you go with the default "keep everything" subscription recovery policy and add a message expiry time or 1 hour to each message, either from a client (setJMSExpiration) of using a broker plugin, only messages that are younger than an hour will be delivered.

          • 2. Re: Question: Time buffered destination
            pchandler

            Will the "keep everything" subscription recovery policy re-delivery messages?

             

            Scenario:

            1. My application is running/receiving massages.

            2. I stop my application (disconnect)

            3. Wait 5 minutes.

            4. I restart my application and recover one hours of data (55 minutes of previously received data and 5 minutes if new data).