From users-return-21763-archive-asf-public=cust-asf.ponee.io@qpid.apache.org Tue Dec 22 16:25:06 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-he-de.apache.org (mxout1-he-de.apache.org [95.216.194.37]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 82E1C180637 for ; Tue, 22 Dec 2020 17:25:06 +0100 (CET) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-he-de.apache.org (ASF Mail Server at mxout1-he-de.apache.org) with SMTP id AF535665B6 for ; Tue, 22 Dec 2020 16:25:05 +0000 (UTC) Received: (qmail 32643 invoked by uid 500); 22 Dec 2020 16:25:05 -0000 Mailing-List: contact users-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@qpid.apache.org Delivered-To: mailing list users@qpid.apache.org Received: (qmail 32631 invoked by uid 99); 22 Dec 2020 16:25:04 -0000 Received: from spamproc1-he-fi.apache.org (HELO spamproc1-he-fi.apache.org) (95.217.134.168) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Dec 2020 16:25:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamproc1-he-fi.apache.org (ASF Mail Server at spamproc1-he-fi.apache.org) with ESMTP id 096C8C049C for ; Tue, 22 Dec 2020 16:25:04 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamproc1-he-fi.apache.org X-Spam-Flag: NO X-Spam-Score: 3.534 X-Spam-Level: *** X-Spam-Status: No, score=3.534 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, FORGED_GMAIL_RCVD=1, KAM_DMARC_NONE=0.25, KAM_DMARC_STATUS=0.01, NML_ADSP_CUSTOM_MED=1.2, SPF_SOFTFAIL=0.972, URIBL_BLOCKED=0.001, URI_HEX=0.1] autolearn=disabled Received: from mx1-ec2-va.apache.org ([116.203.227.195]) by localhost (spamproc1-he-fi.apache.org [95.217.134.168]) (amavisd-new, port 10024) with ESMTP id mmNM8Mk3xOcQ for ; Tue, 22 Dec 2020 16:25:03 +0000 (UTC) Received-SPF: Softfail (mailfrom) identity=mailfrom; client-ip=162.253.133.85; helo=n2.nabble.com; envelope-from=mailbox.abhishek.kumar@gmail.com; receiver= Received: from n2.nabble.com (n2.nabble.com [162.253.133.85]) by mx1-ec2-va.apache.org (ASF Mail Server at mx1-ec2-va.apache.org) with ESMTP id 02B2BBC91D for ; Tue, 22 Dec 2020 16:25:02 +0000 (UTC) Received: from n2.nabble.com (localhost [127.0.0.1]) by n2.nabble.com (Postfix) with ESMTP id CC97A11B6BB59 for ; Tue, 22 Dec 2020 09:24:56 -0700 (MST) Date: Tue, 22 Dec 2020 09:24:56 -0700 (MST) From: akabhishek1 To: users@qpid.apache.org Message-ID: <1608654296795-0.post@n2.nabble.com> In-Reply-To: References: <1607531824812-0.post@n2.nabble.com> <1607633126968-0.post@n2.nabble.com> <1607706410082-0.post@n2.nabble.com> <1607974913173-0.post@n2.nabble.com> <1608647082119-0.post@n2.nabble.com> Subject: Re: qpid-jms-client-0.45 --> Suspected deadlocked threads - owned by JmsSession delivery dispatcher MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hey Robbie, Thanks a lot for quick reply. I did testing based on your suggestion. Application is not able to consume messages even after recreation of NEW JM= S connection and consumer as well. Please find below comparison between "Qpid 0.56.0" and "Qpid 0.45.0" jar Qpid 0.56.0 1. Started Application 2. Published 10 bad messages 3. Application got exception on 'onException' method while consuming 10 messages. (Only first time =E2=80=93 total 10 exception) 4. Application doesn't received any message/exception after that, even afte= r exhaustion of lock duration, waited for couple of minutes 5. Restarted Application - NEW JMS Connection with New Consumer 6. Doesn't received any message/exception after restarting the application as well 7. I even retried to consume these messages with Old Qpid library 0.45.O as well, but application doesn't received that message as well. Qpid 0.45.0 1. Started Application 2. Published 10 bad messages 3. Application got exception on 'onException' method while consuming 10 messages.=20 4. Continuously application receiving message/exception unless reached to max delivery count. Working as expected Please suggest your opinion on this issue. Regards, Abhishek Kumar -- Sent from: http://qpid.2158936.n2.nabble.com/Apache-Qpid-users-f2158936.htm= l --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org For additional commands, e-mail: users-help@qpid.apache.org