[
https://issues.apache.org/activemq/browse/CAMEL-179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hadrian Zbarcea updated CAMEL-179:
----------------------------------
Fix Version/s: 1.3.0
(was: 1.4.0)
> Handling StreamSource when routing to multiple endpoints
> --------------------------------------------------------
>
> Key: CAMEL-179
> URL: https://issues.apache.org/activemq/browse/CAMEL-179
> Project: Apache Camel
> Issue Type: Improvement
> Components: camel-core
> Affects Versions: 1.1.0
> Reporter: Gert Vanthienen
> Priority: Minor
> Fix For: 1.3.0
>
> Attachments: CAMEL-179-v2.diff, CAMEL-179.diff
>
>
> If the original message in the example below contains a StreamSource, the
> second target in the to() will probably fail. Auto-converting it to e.g.
> DOMSource should fix this...
> {code}
> from("jbi:service:urn:servicemix:tutorial:wiretap")
> .to("jbi:endpoint:urn:servicemix:tutorial:jms:myQueue",
> "jbi:endpoint:urn:servicemix:tutorial:file:sender");
> {code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.