I m using Jboss ESB for my application. I want to implement ESB that listen the input folders which are dynamically created and when the file comes do the business logic. I have paced a problem at creating the dynamic input folders for esb . I m using following codes for configure the file system provider.
<fs-message-filter
directory="C:Project_RootProjectsFinESBuilddirsinput"
input-suffix=".XML"
work-suffix=".esbWorking"
post-delete="true"
post-directory="C:Project_RootProjectsFinESBuilddirsoutput"
post-suffix=".ACK"
error-delete="false"
error-directory="C:Project_RootProjectsFinESBuilddirserror"
error-suffix=".IN_ERROR"
/>
如果你有什么想法,请回答我。