1.2k questions

1.4k answers

361 comments

339 users

Categories

Sidebar
0 votes
427 views
by mike-r-7535 (13.8k points)
retagged by mike-r-7535
When QIE purges messages, it seems like the database is locked, and QIE hangs.  Is there some way to prevent this locking?

1 Answer

0 votes
 
Best answer

Use the following Java option:

-Dqie.purgePolitely=true

This will purge messages one at a time so the database is not locked.  Eventually, this will become the default purge method.

for addtional details, see the QIE install Guide.  The QIE Install Guide is available under the Help menu in QIE.

by mike-r-7535 (13.8k points)
selected by mike-r-7535
...