javax.xml.transform.Source and StreamSource wrapped should be easier to route 
with JMS
--------------------------------------------------------------------------------------

                 Key: CAMEL-1503
                 URL: https://issues.apache.org/activemq/browse/CAMEL-1503
             Project: Apache Camel
          Issue Type: Improvement
          Components: camel-core, camel-jms
    Affects Versions: 1.6.0
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
             Fix For: 2.0.0


See SM-1826

What end users need to do is to use .convertBodyTo(String.class) before sending 
to a JMS queue with Camel when the payload is XML based, eg the 
javax.xml.transform.Source class that can be wrapped in a StreamCache as well.

It should be able to route out of the box by converting to byte[] in the JMS 
producer

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