Re: Configuring an IOExceptionHandler

2015-11-27 Thread Martin Lichtin
That's true, one has to avoid these exceptions. Setting limits is fine, and also allocating a separate partition for it. The remaining issue is "allow nothing else to write to it" (experience tells me Murphy will hit there). I now configured a broker plugin that frequently checks free disk space

Re: Configuring an IOExceptionHandler

2015-10-14 Thread Tim Bain
I'd say the tried and true approach to handling out-of-space exceptions is to prevent them from happening in the first place: set the storeLimit and tempLimit to appropriately large values, enable PFC to ensure you don't exceed them, and host them in a storage location that you can guarantee will a

Configuring an IOExceptionHandler

2015-10-14 Thread Martin Lichtin
Wanted to ask if it is advisable to configure an IOExceptionHandler, such as false true I could not find much information about this feature, besides http://activemq.apache.org/configurable-ioexception-handling.html Is this a tried and trusted approach to