Hi all,
I am using JbossESB as an integrasion layer between applications. I am reading messages from the file system, parse them and then sent them to the remote application by jms.
My configuration file - jboss-esb.xml
<fs-provider name="SitaIstProvider">
the thing is when JbossESB is starting everything is going ok. But after startup there will be no log entry about this action, although the files are moved from INOUTDIR to OKDIR without any log entry.
Is something wrong with my listener or logger, i don't know? but i do know that there are couple of services working on ESB and they are working just fine and making entries into the log file.
Thannks.