1 Reply Latest reply on Mar 29, 2004 4:57 PM by andrewboyd

    jms messages cache im memory.

    srinivasbv_gowda

      Hi All,

      Could any tell me, is it possible to configure jms messages to cache within memory instead of database.

      Thanks
      Srinivas

        • 1. Re: jms messages cache im memory.
          andrewboyd

          The Admin/Developer docs state that they are held in memory until the MemoryCache notices that the JVM is now on memory and then writes them to disk. I have seen this on my last project. I believe that you must configure the MessageCache to use a Database if you want it.

          Andrew