EAServer may store transient messages to the database in two scenarios:
The in memory message limit for the queue or topic has been exceeded
The queue sits idle for longer than the specified idle timeout, causing EAServer to flush messages from memory
The Store Transient Messages property determines whether messages are discarded or stored to database in these scenarios. If lost messages are acceptable, set this property to false for better performance.