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
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
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