From users-return-26804-apmail-activemq-users-archive=activemq.apache.org@activemq.apache.org Wed Mar 02 14:59:39 2011 Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 61075 invoked from network); 2 Mar 2011 14:59:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Mar 2011 14:59:38 -0000 Received: (qmail 10047 invoked by uid 500); 2 Mar 2011 14:59:38 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 9828 invoked by uid 500); 2 Mar 2011 14:59:36 -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 9820 invoked by uid 99); 2 Mar 2011 14:59:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Mar 2011 14:59:35 +0000 X-ASF-Spam-Status: No, hits=4.2 required=5.0 tests=HTML_MESSAGE,SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Mar 2011 14:59:30 +0000 Received: from joe.nabble.com ([192.168.236.151]) by sam.nabble.com with esmtp (Exim 4.69) (envelope-from ) id 1PunW9-0000qw-OB for users@activemq.apache.org; Wed, 02 Mar 2011 06:59:09 -0800 Date: Wed, 2 Mar 2011 06:59:09 -0800 (PST) From: nnprasad To: users@activemq.apache.org Message-ID: <1299077949736-3331634.post@n4.nabble.com> Subject: Strange Issue - Particular Queue Not sending Msgs to Consumer. MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_9702_29308531.1299077949738" ------=_Part_9702_29308531.1299077949738 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit As no one looked at this issue https://issues.apache.org/jira/browse/AMQ-1751 https://issues.apache.org/jira/browse/AMQ-1751 I am Posting here, Can some one please help My Environment:: ActiveMQ 5.2.0 - PERSISTENT MODE, Windows 2003 Server, Oracle 10 I have successful simple producer and consumer programs I always use for my test.(FYI: I can configure it to change No.Of Producers, No.of Consumers, and No.of Messages) In our application, developers reporting to me of a particular job that it is not getting 2 paticular messages from activeMQ to complete the Job Process. Not always but some times. I saw them pending in ActiveMQ Admin Pages - queue browser. ========================================== First test run: ========================================== I sent a simple text message "NNP Message" to that same queue, and my consumer is waiting to receive them Whereas Queue browser is showing them as sent and received but no pending. Program Output: Connection Established :: ID:DWD51075520-3438-1298909628155-1:1 ActiveMQ Machine : tcp://DWDAPPP05PW:63616 ActiveMQ Queue : UIMJobQueuePreProdTax I AM :: Thread-5 Consumer STARTED Sending Message - 1 Sending Message - 2 Sending Message - 3 ...........................and keep on waiting ========================================== Second test run: ========================================== Same Program, Same Active MQ, But I sent to "different queue" now. Successfully Received those Messages Connection Established :: ID:DWD51075520-3767-1298911642514-1:1 ActiveMQ Machine : tcp://DWDAPPP05PW:63616 ActiveMQ Queue : TestTestTestQ I AM :: Thread-5 Consumer STARTED Sending Message - 1 Sending Message - 2 FOUND SOME MESSAGE - 1 I AM ::Thread-7 Received NNP Message - 1 FOUND SOME MESSAGE - 1 I AM ::Thread-7 Received NNP Message - 2 FOUND SOME MESSAGE - 1 I AM ::Thread-7 Received NNP Message - 3 Sending Message - 3 After reading this Bug scenario...I can also consider "After running for several days" situation and applying to my issue. The attachment provided can be used as a test case requested by Gary Tully This is really giving us a big problem, as that job is very crucial to be completed in time, and due to this problem it is keep on waiting. I can not suspect their consumer program OR their JMS type of that message, as the same thing is happening to my message and program. I am attaching the ActiveMQ Log snippet, My Testing Programs, Please analyse it and help me, I am clue less and very urgent. Thank You, Nageswara P Nakarikanti. -- View this message in context: http://activemq.2283324.n4.nabble.com/Strange-Issue-Particular-Queue-Not-sending-Msgs-to-Consumer-tp3331634p3331634.html Sent from the ActiveMQ - User mailing list archive at Nabble.com. ------=_Part_9702_29308531.1299077949738--