Re: aws-s3, get a single object

2017-06-22 Thread Artur Jablonski
I will try that, thank you for the hint! On Wed, Jun 21, 2017 at 5:40 PM, Taariq Levack wrote: > Then you can try the custom pollStrategy. > > > On 21 Jun 2017 10:57, "Artur Jablonski" wrote: > > > Hello! > > > > Thanks for the hint > > > > So that works... kind of. > > > > First, with timeout

Bug using File endpoint probeContentType and preMove attributes together causes Exchange.FILE_CONTENT_TYPE to get dropped. (2.19.0)

2017-06-22 Thread David R. Hoffman
We have a route: from("file:inbox?&probeContentType=true&preMove=inprogress/${file:name}&renameUsingCopy=true") .transacted() .bean(MimeTypeParser.class, "populateFileTypeHeaderFields") .to("seda:somewhere") The probeContentType executes before preMove & renameUsin

microprofile/wildfly-swarm + camel-cdi

2017-06-22 Thread Shultz, Dmitry
Hi All, I'm playing with microprofile + camel-cdi app that was created using this repo as a template https://github.com/eclipse/microprofile-samples/tree/master/microprofile-sample-canonical It looks like camel-cdi is not activated by wildfly-swarm (and my sample route is not started). In the