Property | Default Value | Description |
id | Identifier for the listener | |
name | Name of the listener | |
config-id | The configuration id to run | |
active | true | Whether or not the listener is active |
delete-files | false | When set to false, files will be moved to a .backup directory after the job is submitted. When set to true, files will be deleted from the system after the job is submitted. |
auto-create-directories | false | Automatically creates any non-existent directories in the path of the directory specified |
recursive | false | Searches for changes to files in all subdirectories |
flatten-directories | false | Used in conjunction with recursive, removes any subdirectories from the path of file (just the file name remains) |
directory | The directory to monitor | |
include-pattern | Includes files if the file name matches the regular expression pattern you specify in the space provided | |
exclude-pattern | Excludes files if the file name matches the regular expression pattern you specify in the space provided | |
incoming-message-name | msg1 | The name of the djmessage object passed to the dataconnect process |