GitHub user adessaigne opened a pull request:
https://github.com/apache/camel/pull/153
CAMEL-7419 - Configure endpoints with many options in the DSL using a mix
of url and properties
I'm using the following XML representation:
```xml
<from uri="timer:foo">
<option key="repeatCount">10</option>
</from>
```
It's only available when creating a `FromDefinition` from XML, if you're
using the Java DSL you can use `URISupportcreateRemainingURI()` in order to
create your very long URI.
It's handled by `<from />`, `<to />`, `<inOut />` and `<inOnly />`.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/adessaigne/camel CAMEL-7419
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/153.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #153
----
commit ec40430f4d70f6df5f02773edaf869ac30f07eda
Author: Antoine DESSAIGNE <[email protected]>
Date: 2014-05-16T13:02:57Z
CAMEL-7419 - Configure endpoints with many options in the DSL using a mix
of url and properties
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---