Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 344F82009D9 for ; Mon, 2 May 2016 21:37:15 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 32E961609B0; Mon, 2 May 2016 21:37:15 +0200 (CEST) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A18261602C5 for ; Mon, 2 May 2016 21:37:14 +0200 (CEST) Received: (qmail 92244 invoked by uid 500); 2 May 2016 19:37:13 -0000 Mailing-List: contact issues-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list issues@activemq.apache.org Received: (qmail 92233 invoked by uid 99); 2 May 2016 19:37:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 May 2016 19:37:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C77FB2C14F4 for ; Mon, 2 May 2016 19:37:12 +0000 (UTC) Date: Mon, 2 May 2016 19:37:12 +0000 (UTC) From: "Timothy Bish (JIRA)" To: issues@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMQ-6274) Add option to composite destinations to set originalMessage header MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 02 May 2016 19:37:15 -0000 [ https://issues.apache.org/jira/browse/AMQ-6274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15267343#comment-15267343 ] Timothy Bish commented on AMQ-6274: ----------------------------------- Unit tests to demonstrate the issue and the use case you are shooting for are a good place to start. > Add option to composite destinations to set originalMessage header > ------------------------------------------------------------------ > > Key: AMQ-6274 > URL: https://issues.apache.org/jira/browse/AMQ-6274 > Project: ActiveMQ > Issue Type: New Feature > Components: Broker > Affects Versions: 5.13.2 > Reporter: Quinn Stevenson > Priority: Minor > > Composite Destinations are a great way to wiretap messages, but the resulting messages don't have any information in them about where they originally came from. > I'm proposing to add an option to composite destinations ( addHeaders ) that will enable the addition of the originalDestination header to the messages. The option will be disabled by default to preserve existing behavior by default. -- This message was sent by Atlassian JIRA (v6.3.4#6332)