[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[xmlblaster] HSQLDB JdbcStorage and buildup of .script and .properties files
Hello,
My xmlBlaster.properties file has this entry:
JdbcStorage[HSQLDatabaseEngine]=org.xmlBlaster.util.queue.jdbc.JdbcQueueCommonTablePlugin,\
url=jdbc:hsqldb:${user.home}${file.separator}tmp${file.separator}$_{xmlBlaster_uniqueId},\
For each client connection, .data, .script, and .properties files are
created in the tmp directory. I need a unique queue per connection, so I
can't replace {xmlBlaster_uniqueId} with a constant. Are there any
options I can set to delete the connection-specific hsqldb files after
the client has disconnected?
Thanks,
Aaron