Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 57DEF17B46 for ; Tue, 11 Nov 2014 23:05:34 +0000 (UTC) Received: (qmail 22452 invoked by uid 500); 11 Nov 2014 23:05:34 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 22389 invoked by uid 500); 11 Nov 2014 23:05:34 -0000 Mailing-List: contact dev-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 dev@activemq.apache.org Received: (qmail 22378 invoked by uid 99); 11 Nov 2014 23:05:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Nov 2014 23:05:34 +0000 Date: Tue, 11 Nov 2014 23:05:34 +0000 (UTC) From: "clebert suconic (JIRA)" To: dev@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACTIVEMQ6-17) Add Broker Interceptor - like the Camel Broker Component in ActiveMQ 5 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ACTIVEMQ6-17?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14207294#comment-14207294 ] clebert suconic commented on ACTIVEMQ6-17: ------------------------------------------ HornetQ already has that support on core protocol. It's not at message level... so this wouldn't work for messages sent from AMQP, OpenWire or any other protocol. So, there's definitely space for improvement here. > Add Broker Interceptor - like the Camel Broker Component in ActiveMQ 5 > ---------------------------------------------------------------------- > > Key: ACTIVEMQ6-17 > URL: https://issues.apache.org/jira/browse/ACTIVEMQ6-17 > Project: Apache ActiveMQ 6 > Issue Type: Bug > Reporter: Rob Davies > > One of the main reasons ActiveMQ is popular is its flexibility. Allowing Camel to intercept messages inside the broker (Camel Broker Component) - will allow some of the current BrokerPlugins (like TimeStamp) - to be implemented using Camel routes. -- This message was sent by Atlassian JIRA (v6.3.4#6332)