> ActiveMQMailQueue sometimes does not close the all SharedFileInputStream > instances. So when on windows it tries to delete the file it will fail > because of that.
On linux: lock -> delete by another -> unlock results in the file being deleted after the unlock On windows: lock -> delete by another -> unlock results in the file not being deleted. So it's probably a timing issue, Stefano --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
