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


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.

Reply via email to