[
https://issues.apache.org/activemq/browse/CAMEL-129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hiram Chirino updated CAMEL-129:
--------------------------------
The JMS endpoint now supports a a preserveMessageQos={boolean} option. This
option is used by the endpoint producer when sending a message to JMS to
determine if it should use the QoS options that are in the message that it is
given when sending.
example usage:
{code}
from("activemq:queue:p1").to("activemq:queue:p2?preserveMessageQos=true");
{code}
> Support preserving the original message QoS options when a message gets
> re-sent to a JMS destination
> -----------------------------------------------------------------------------------------------------
>
> Key: CAMEL-129
> URL: https://issues.apache.org/activemq/browse/CAMEL-129
> Project: Apache Camel
> Issue Type: New Feature
> Components: camel-jms
> Affects Versions: 1.0.0
> Reporter: Hiram Chirino
> Assignee: Hiram Chirino
> Fix For: 1.2.0
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.