Hi, I am just curious of how you defined your transaction boundaries? Can you please elaborate a little?
Also how did you ensure to always read committed data?
Thanks!
Type: Posts; User: kebaat; Keyword(s):
Hi, I am just curious of how you defined your transaction boundaries? Can you please elaborate a little?
Also how did you ensure to always read committed data?
Thanks!
Yes you are right, the file downloaded every time is the same name and unfortunately i cannot change that. However, my consumer/service is actually deleting the file after the service is completed...
Thanks! I figured out the file name/duplicate file issue after looking at the source.
However, i am still not able to figure out why the service activator is called only once when file download...
I am trying to write a small app using ftpInbound adaptor and service activator. The app uses file inbound adaptor to listen for creation of a file and on creation downloads it, puts it on a channel....