Message Persistency
Hi,
I am a noob on JMS, I understand that message can be persisted before it is send to the destination.
However, I need to persist the message whenever it reaches my local queue (for recovery purpose, e.g. before the message being processed, the whole server need to restart).
Can the JMS providers cater this kind of situation? or I need to explicitly write my own persistent manager in the onMessage() method just to store the receiving msg into the datasource/files
Thanks.

