This content has been marked as final.
Show 2 replies
-
1. Re: Question: Time buffered destination
garytully Mar 11, 2011 6:46 AM (in response to pchandler)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 Mar 11, 2011 12:42 PM (in response to garytully)Will the "keep everything" subscription recovery policy re-delivery messages?
Scenario:
My application is running/receiving massages.
I stop my application (disconnect)
Wait 5 minutes.
I restart my application and recover one hours of data (55 minutes of previously received data and 5 minutes if new data).