Hi

You can do as shown on this link:
http://camel.apache.org/using-propertyplaceholder.html

At the section:
Using property placeholders for any kind of attribute in the XML DSL



On Mon, Jul 1, 2013 at 6:10 PM, josacu <js...@ecommerceaccel.com> wrote:
> Hello everyone,
>
> I'm trying to use the completion interval property of aggregator. I am
> successful using it like that:
>
> <aggregate strategyRef="myAggregator" completionInterval="1000">
> ...
> ...
> </aggregate>
>
> But this way doesn't allow my to use dynamic values for completion interval
> because it only accepts a long value.
>
> In similar properties like completionTimeout it is possible to do:
>
> <aggregate strategyRef="myAggregator">
>
> <completionTimeout><simple>${properties:timeoiut}</simple></completionTimeout>
> ...
> ...
> </aggregate>
>
> But this possibility doesn't exist for completion interval.
>
> Anyone can help me on that?
>
> Thanks!
>
>
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Aggregator-completionInterval-tp5735042.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
www.camelone.org: The open source integration conference.

Red Hat, Inc.
FuseSource is now part of Red Hat
Email: cib...@redhat.com
Web: http://fusesource.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen

Reply via email to