Hi,
I am getting similar exceptions. Did you happen to resolve this issue? If
so, how?
Thanks
--
View this message in context:
http://camel.465427.n5.nabble.com/camel-s3-Timeout-waiting-for-connection-from-pool-tp5784483p5792121.html
Sent from the Camel - Users mailing list archive at Nabble
Hi,
Did anyone happen to resolve S3 timeout exception? It throws an exception
when all files have been processed and starts polling for new files.
${header.camelawss3key}
${header.camelawss3contentlength}
camelawss3key
Ex
How do I set idempotent properties for AWS S3? It gives an following error
when I set it in the s3 URL
Caused by: org.apache.camel.ResolveEndpointFailedException: Failed to
resolve endpoint: aws-s3
Unknown parameters=[{idempotent=true, idempotentKey=${file:onlyname},
idempotentRepository=#XXXRepo
Used GenericFileFilter and it worked just fine. Just adding it here incase
anyone wants to refer
public class AFilter implements GenericFileFilter {
private String patternFormat;
private Pattern pattern;
private Matcher matcher;
public AFilter(String patternForma
I have from defined as
ftp://?password=&fastExistsCheck=true&initialDelay=1000&delay=500&download=true&noop=true
&idempotent=true&idempotentKey=${file:onlyname}&idempotentRepository=#
&localWorkDirectory=/Users/**/temp/&include=aaa_bbb_\d+_\d{10}\.zip"
/>
I have files on ftp server n
In my use case, one of the step is to poll for any files dropped in Google
Cloud Storage location (gs:/)
I didn't see any documentation for that.
Is there an support for "gs://" protocol in Apache Camel or can I run
command line utility to achieve the same?
Any documentation or sample examp
I have posted similar message before, but got no response. So sorry for
reposting again. But do you have plans to support Google Cloud Platform
Component? If so, when is it expected?
Thanks Much.
--
View this message in context:
http://camel.465427.n5.nabble.com/Any-plans-to-support-Google-Cl
Never mind, I found it here
https://access.redhat.com/documentation/en-US/Red_Hat_JBoss_Fuse/6.0/html/EIP_Component_Reference/files/_IDU_SQLComponent.html
Anymore examples I will gladly accept.
Thanks
--
View this message in context:
http://camel.465427.n5.nabble.com/Example-of-JDBC-idempoten
I would like to track which files has been processed from FTP server in a
MySQL Table.
Thanks,
--
View this message in context:
http://camel.465427.n5.nabble.com/Example-of-JDBC-idempotentRepository-in-Spring-XML-tp5781683.html
Sent from the Camel - Users mailing list archive at Nabble.com.
Got it.
Thanks Much for your help.
--
View this message in context:
http://camel.465427.n5.nabble.com/Loop-through-the-files-from-FTP-server-and-process-tp5781297p5781443.html
Sent from the Camel - Users mailing list archive at Nabble.com.
Thanks for responding.
Use case is get list of filenames from FTP folder and for each file, process
the data in BigQuery(Which is done in Java class) and output is copied from
Google Storage to FTP server.
With the XML above I don't have an understanding that, does it process for
each file in l
I am very new to Apache Camel. My use case is to process all files on FTP
server on a date folder, one file at a time. Could someone give some
pointers using Spring XML?
ftp://"; />
Our use case to transfer files from ftp to Google Storage, process it in
Google Big Query and copy it back to ftp.
Thanks,
--
View this message in context:
http://camel.465427.n5.nabble.com/Any-Camel-components-for-Google-Cloud-Platform-tp5780534.html
Sent from the Camel - Users mailing list
13 matches
Mail list logo