Hi, We are attempting to write a custom subscription recovery policy for ActiveMQ 5.3.2, which allows subscription recovery of messages received on a topic over the past N days. Since the number of these messages could be very large, we are thinking of storing these messages in either an RDBMS (MySQL) or a file based store like KahaDB. If anyone has any pointers or experiences in building something similar, your two cents are highly appreciated. :)
Thanks, Anirudha