9 Replies Latest reply on Oct 7, 2003 5:35 PM by adrian.brock

    jdbc2.PersistenceManager with Postgres very slow!

    crichard

      Hi

      I am using a posgres db for my jms persistance. My problem is that all my jms messages get written to the db, if that's not true then very few don't! My mdb's pick the messages up so slowly it works out to be +- 2 messages processed per second.

      Is there a way that I can have a a certain amount of messages(depending on size of course) in memory before they get written to the db?

      Thanks!