On 2/19/07, akieng <[EMAIL PROTECTED]> wrote:
Hi, is it possible backup the message into other table of the db (MySql)? I don't want delete message from DB, or save message in other table on db,
You could create a trigger to move messages to an archive table as they are deleted. http://dev.mysql.com/doc/refman/5.0/en/triggers.html It should be easy to patch the code. We welcome contributions http://activemq.apache.org/contributing.html -- James ------- http://radio.weblogs.com/0112098/
