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 E49DE9DF7 for ; Thu, 16 Aug 2012 13:41:38 +0000 (UTC) Received: (qmail 60197 invoked by uid 500); 16 Aug 2012 13:41:38 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 60112 invoked by uid 500); 16 Aug 2012 13:41:38 -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 59900 invoked by uid 99); 16 Aug 2012 13:41:38 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Aug 2012 13:41:38 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 12D742C5BE1 for ; Thu, 16 Aug 2012 13:41:38 +0000 (UTC) Date: Fri, 17 Aug 2012 00:41:38 +1100 (NCT) From: "badams (JIRA)" To: dev@activemq.apache.org Message-ID: <1807214541.18706.1345124498077.JavaMail.jiratomcat@arcas> In-Reply-To: <1858919856.14988.1345054657981.JavaMail.jiratomcat@arcas> Subject: [jira] [Closed] (AMQ-3977) receiveNoWait returns NULL when attempting to receive message from Virtual Topic 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-3977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] badams closed AMQ-3977. ----------------------- Resolution: Not A Problem > receiveNoWait returns NULL when attempting to receive message from Virtual Topic > -------------------------------------------------------------------------------- > > Key: AMQ-3977 > URL: https://issues.apache.org/jira/browse/AMQ-3977 > Project: ActiveMQ > Issue Type: Bug > Affects Versions: 5.6.0 > Environment: Windows > Reporter: badams > > Here are my steps that I performed: > 1) Create Virtual Topic "VirtualTopic.Orders" > 2) Create consumer "Consumer.A.VirtualTopic.Orders" > 3) Publish persistent message to VirtualTopic.Orders (I see my message enqueued on my Queue) > 4) Attempt to synchronously read the message using the receiveNoWait() method. This returns null. > My current work around is using receive(timeout) method. This adds wasted time on my server and should be fixed. -- 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