Setting fault message after doing JMS request/reply fail propagating the fault 
flag
-----------------------------------------------------------------------------------

                 Key: CAMEL-3902
                 URL: https://issues.apache.org/jira/browse/CAMEL-3902
             Project: Camel
          Issue Type: Bug
          Components: camel-jms
    Affects Versions: 2.6.0
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
             Fix For: 2.8.0


If you do something like

from X
  inOut JMS
  setFaultBody

Then the fault flag is not propagated back when the consumer on X sees the 
result.
The issue is in JmsMessage which overrides copyFrom, from DefaultMessage. And 
it dont propagate the fault flag.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to