This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: How to store JMS messages permanently in the databasegenman Jan 19, 2007 7:13 PM (in response to vk.iyengar)
 Meaning, you don't want the messages deleted upon acknowledgement?
 It might be easiest with Oracle to simply have a trigger upon delete that copies the data to a second table.
 You can theoretically alter the persistence manager, since the class is pluggable to do the same.
- 
        2. Re: How to store JMS messages permanently in the databasegenman Jan 19, 2007 7:15 PM (in response to vk.iyengar)Also, using pure JMS, you could "add" this message to another queue when consuming from the original queue. 
 
    