0 Replies Latest reply on Nov 1, 2002 1:28 PM by tommys

    Disable cacheStore?

    tommys

      Does anyone know how to disable the cacheStore? Jboss uses it as secondary storage after in memory cache has been filled. I am having all sort of problems when the Jboss decided to swap the messages to disk (using the settings in my jbossmq-services.xml.


      storage/jbossmq/file


      It's looking for a Message-0 (which doesn't exist) if I restart the server when there are messages in the cacheStore. Since the messages are stored in a persistent DB anyway, I wonder why Jboss need to swap the messages to yet another storage space... Anyone know?