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 160D411D0F for ; Thu, 18 Sep 2014 06:44:33 +0000 (UTC) Received: (qmail 61493 invoked by uid 500); 18 Sep 2014 06:44:32 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 61448 invoked by uid 500); 18 Sep 2014 06:44:32 -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 61432 invoked by uid 99); 18 Sep 2014 06:44:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Sep 2014 06:44:32 +0000 X-ASF-Spam-Status: No, hits=3.3 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,SPF_HELO_PASS,SPF_SOFTFAIL,URI_HEX,URI_TRY_3LD 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; Thu, 18 Sep 2014 06:44:26 +0000 Received: from mjoe.nabble.com (unknown [162.253.133.57]) by mwork.nabble.com (Postfix) with ESMTP id 3F1ED5D0A8A for ; Wed, 17 Sep 2014 23:43:11 -0700 (PDT) Date: Wed, 17 Sep 2014 23:43:51 -0700 (PDT) From: bansalp To: users@activemq.apache.org Message-ID: <1411022631565-4685683.post@n4.nabble.com> Subject: Virtual Topic, Composite Queue, Composite Topic forward characteristics? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi I was trying to evaluate these features and am stuck on how they forward messages. >From this and this . I know Composite topic and Composite queue forward message in parallel if concurrentSend is set to true, but I got no such information about Virtual Topic. How virtual topic forward message, is it in parallel or sequential? What are differences between Virtual Topic and Composite Topic/Queue? By searching on web and activemq forum I just got this difference . What are other differences? If not then why two features are there for same functionality? (I know composite topic and queue differ only if forwardOnly is set to false) -- View this message in context: http://activemq.2283324.n4.nabble.com/Virtual-Topic-Composite-Queue-Composite-Topic-forward-characteristics-tp4685683.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.