Thanks, Cleric for the response. But unfortunately the in-memory solution is not something that I can leverage due to security constraints.
Thanks
Anirban
Type: Posts; User: anirbanzeus; Keyword(s):
Thanks, Cleric for the response. But unfortunately the in-memory solution is not something that I can leverage due to security constraints.
Thanks
Anirban
Hi,
I am trying to implement a recursive filewatcher service using spring integration. I have implemented the org.springframework.integration.file.RecursiveLeafOnlyDirectoryScanner class and the...
here are teh configuration details that i am leveraging
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
...
Thank you Gary, I am allready trying to ensure a temp file policy to negate this issue.
Incidentally there seems to be another issue with setting custom header values on teh message payload. I...
Thank you so much Gary for the solution , the flow is now working smoothly... and I have also removed the duplicate post, the review post screen made me think something had gone wrong :), so I...
I have two service activators in the following combination
inound-channel-adapter--->service-activator1--->outbound-channel-adapter--->service-activator2
The application copies file from landing...
Hi Guys,
I am trying to copy files from the landing directory to a destination directory via inbound/outbound channel adapters. In the process I am using two service activators, one for the...