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 8CE83100A0 for ; Fri, 23 Jan 2015 17:40:50 +0000 (UTC) Received: (qmail 70632 invoked by uid 500); 23 Jan 2015 17:40:50 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 70585 invoked by uid 500); 23 Jan 2015 17:40:50 -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 70574 invoked by uid 99); 23 Jan 2015 17:40:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Jan 2015 17:40:49 +0000 X-ASF-Spam-Status: No, hits=2.3 required=5.0 tests=SPF_SOFTFAIL,URI_HEX,URI_TRY_3LD X-Spam-Check-By: apache.org Received-SPF: softfail (nike.apache.org: transitioning domain of calvinkrishy@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; Fri, 23 Jan 2015 17:40:24 +0000 Received: from mjoe.nabble.com (unknown [162.253.133.57]) by mwork.nabble.com (Postfix) with ESMTP id A564A11832B7 for ; Fri, 23 Jan 2015 09:40:21 -0800 (PST) Date: Fri, 23 Jan 2015 09:36:42 -0800 (PST) From: krishy To: users@activemq.apache.org Message-ID: <1422034602019-4690349.post@n4.nabble.com> In-Reply-To: <1421430687366-4690064.post@n4.nabble.com> References: <1421352423354-4689995.post@n4.nabble.com> <1421375187997-4690004.post@n4.nabble.com> <1421430687366-4690064.post@n4.nabble.com> Subject: Re: Consumer queues of virtual topic and the web console MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I made the virtual topic selectorAware and the problem went away. All messages are received by the consumer without much delays. I was able to reproduce this only with queues as well. That is the messages were sent to and consumed from a queue based on a selector. After a while the consumer seemed to stop receiving messages. I Though my problem is solved, I am curious what is controlling this behaviour. Why don't messages turn up from the queue after a while? -- View this message in context: http://activemq.2283324.n4.nabble.com/Consumer-queues-of-virtual-topic-and-the-web-console-tp4689995p4690349.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.