Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DF4AD11E94 for ; Mon, 8 Sep 2014 05:28:06 +0000 (UTC) Received: (qmail 71291 invoked by uid 500); 8 Sep 2014 05:28:06 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 71240 invoked by uid 500); 8 Sep 2014 05:28:06 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 71228 invoked by uid 99); 8 Sep 2014 05:28:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Sep 2014 05:28:06 +0000 X-ASF-Spam-Status: No, hits=2.5 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,SPF_HELO_PASS,SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of bpradeep20@gmail.com does not designate 162.253.133.43 as permitted sender) Received: from [162.253.133.43] (HELO mwork.nabble.com) (162.253.133.43) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Sep 2014 05:28:00 +0000 Received: from mjoe.nabble.com (unknown [162.253.133.57]) by mwork.nabble.com (Postfix) with ESMTP id 1F60B51EDB6 for ; Sun, 7 Sep 2014 22:20:58 -0700 (PDT) Date: Sun, 7 Sep 2014 22:27:38 -0700 (PDT) From: bansalp To: users@activemq.apache.org Message-ID: <1410154058510-4685359.post@n4.nabble.com> Subject: How acknowledgement for persistent message works with Virtual Topics? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org If am not wrong When producer sends a persistent message on a topic then it first store message in persistent store (let kahadb) and then send an acknowledgment to producer. So how will it work in case of Virtual Topic with a logical queue because message will be stored for queue as well in kahadb? (Assume there is a durable subscriber on the topic) Thanks -- View this message in context: http://activemq.2283324.n4.nabble.com/How-acknowledgement-for-persistent-message-works-with-Virtual-Topics-tp4685359.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.