Posted: Tue Aug 10, 2004 12:23 am Post subject: Disaster recovery - replay messages ?
Newbie
Joined: 10 Aug 2004 Posts: 1
What means of resending messages is typically used in recovery situations ? Consider -
An application receives messages from a message queue, & writes data to a database. Application fails or user screws up, and database needs to be restored - say, last nights backup. Now need to resubmit / replay messages that were previously received.
Some thoughts:
1. The application should be maintaining it's own backup of messages - not a message queue problem.
2. Use a utility to replay messages from the message queue.
3. Use high availability database to provide point-in-time restore (but how do we get the missing messages back in?)
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum