Return-Path: X-Original-To: apmail-activemq-commits-archive@www.apache.org Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 96F3B9110 for ; Fri, 20 Apr 2012 13:45:04 +0000 (UTC) Received: (qmail 70568 invoked by uid 500); 20 Apr 2012 13:45:04 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 70519 invoked by uid 500); 20 Apr 2012 13:45:04 -0000 Mailing-List: contact commits-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 commits@activemq.apache.org Received: (qmail 70509 invoked by uid 99); 20 Apr 2012 13:45:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Apr 2012 13:45:04 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Apr 2012 13:45:03 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 68AB441E78 for ; Fri, 20 Apr 2012 13:44:43 +0000 (UTC) Date: Fri, 20 Apr 2012 13:44:43 +0000 (UTC) From: "Pablo Guerrero (Created) (JIRA)" To: commits@activemq.apache.org Message-ID: <2096933771.9802.1334929483430.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (APLO-194) Protocol independent message abstraction MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Protocol independent message abstraction ---------------------------------------- Key: APLO-194 URL: https://issues.apache.org/jira/browse/APLO-194 Project: ActiveMQ Apollo Issue Type: New Feature Reporter: Pablo Guerrero It would be really good to have a protocol independent message abstraction that allows plugins to perform actions independently of the protocol used. Some examples could be developing a protocol independent filter, or sending messages to destinations in a generic way, but I'm sure it would be useful in many other scenarios. The message abstraction would need to abstract at least the concepts of headers and content of a message to be used in the scenarios described. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira