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 9496310721 for ; Tue, 1 Apr 2014 15:51:52 +0000 (UTC) Received: (qmail 19949 invoked by uid 500); 1 Apr 2014 15:51:22 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 19901 invoked by uid 500); 1 Apr 2014 15:51:20 -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 19692 invoked by uid 99); 1 Apr 2014 15:51:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Apr 2014 15:51:16 +0000 Date: Tue, 1 Apr 2014 15:51:16 +0000 (UTC) From: "Claus Ibsen (JIRA)" To: dev@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AMQ-4767) Extend ActiveMQ Camel component to support INDIVIDUAL_MESSAGE ack mode 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/AMQ-4767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated AMQ-4767: ----------------------------- Fix Version/s: (was: 5.10.0) 5.11.0 > Extend ActiveMQ Camel component to support INDIVIDUAL_MESSAGE ack mode > ---------------------------------------------------------------------- > > Key: AMQ-4767 > URL: https://issues.apache.org/jira/browse/AMQ-4767 > Project: ActiveMQ > Issue Type: New Feature > Components: activemq-camel > Affects Versions: 5.8.0 > Environment: All > Reporter: Matt Pavlovich > Assignee: Claus Ibsen > Fix For: 5.11.0 > > > It would be really helpful to have a per-message acknowledgement that did not acknowledge all previous messages.. this would be an ActiveMQ-only acknowledgement mode. > Really handy for Camel to do things like > from: activemq:queue:My.Queue?concurrentConsumers=5& acknowledgementModeName=INDIVIDUAL_MESSAGE > to: jetty:http://somewebendpoint/ > and have quasi-transacted behavior -- This message was sent by Atlassian JIRA (v6.2#6252)