preserveMessageQos does NOT preserve JMSDeliveryMode
----------------------------------------------------

                 Key: CAMEL-3743
                 URL: https://issues.apache.org/jira/browse/CAMEL-3743
             Project: Camel
          Issue Type: Bug
          Components: camel-activemq
    Affects Versions: 2.6.0
         Environment: Java 1.6 64bit SunSolaris 64bit
            Reporter: Oleg Kiorsak
            Priority: Critical


I have this simple route (in camel.xml, under ActiveMQ 5.4.2):

<route>
<from uri="activemq:MDT.INBOUND"/>
<to uri="activemq:INBOUND?preserveMessageQos=true"/>
</route>


despite what 'preserveMessageQos' options is described as being intended for, 
it does NOT preserve the JMSDeliveryMode
all my non-persistent messages end-up as becoming persistent.





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

        

Reply via email to