Hello ActiveMQ community, Is there a way to configure ActiveMQ not to create data directory base structure? Most specifically for KahaDB persistence.
It's fine if it created subdirectories (if any needed) within existing data directory base, but I'd like to prevent it from creating data directory base structure. Using master-slave setup with shared disk storage, and shared disk storage gets unmounted, but ActiveMQ master recreates directory structure on local file-system and continues working with fresh storage while it was expected to shutdown immediately since it should have lost exclusive lock. Regards, Stevo.