You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Timothy Bish (JIRA)" <ji...@apache.org> on 2015/06/03 23:04:38 UTC

[jira] [Commented] (AMQ-5820) Options to modify message properties when composite destinations are used

    [ https://issues.apache.org/jira/browse/AMQ-5820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14571639#comment-14571639 ] 

Timothy Bish commented on AMQ-5820:
-----------------------------------

You could probably do what you need in a Broker plugin or using the Broker Camel component.  Refer here:  http://activemq.apache.org/broker-camel-component.html

> Options to modify message properties when composite destinations are used
> -------------------------------------------------------------------------
>
>                 Key: AMQ-5820
>                 URL: https://issues.apache.org/jira/browse/AMQ-5820
>             Project: ActiveMQ
>          Issue Type: New Feature
>    Affects Versions: 5.11.1
>            Reporter: Laure Lussac
>            Priority: Minor
>
> One of our need is to be able to change message properties while we 	transfer messages through composite destinations. 
> For example, we received messages by MQTT conector, with QoS=0 for performance reasons (no acknowledge, message not persisted). The message go to a composite destination redirected to a durable queue. In this queue, we'd like to persist all messages received, including QoS=0 messages.
> What about options to be able to change message properties (persistance and others) when they transfer to others destinations ? 
> (the same way that with deadLetterStrategy we can add the option processNonPersistent="true" and persist any message)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)