diff --git a/docs/src/reference/docbook/file.xml b/docs/src/reference/docbook/file.xml
index 61a924a94b..0c02365238 100644
--- a/docs/src/reference/docbook/file.xml
+++ b/docs/src/reference/docbook/file.xml
@@ -124,6 +124,15 @@
]]>
+
+
+ When a file inbound adapter is configured with a locker, it will take the responsibility to acquire a
+ lock before the file is allowed to be received.
+ It will not assume the responsibility to unlock the file.
+ If you have processed the file and keeping the locks hanging around you have a memory leak. If this is
+ a problem in your case you should call FileLocker.unlock(File file) yourself at the appropriate time.
+
+
When filtering and locking files is not enough it might be needed to control the way files are listed entirely. To
implement this type of requirement you can use an implementation of DirectoryScanner.