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 AA35919820 for ; Tue, 15 Mar 2016 16:50:53 +0000 (UTC) Received: (qmail 66333 invoked by uid 500); 15 Mar 2016 16:50:53 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 66293 invoked by uid 500); 15 Mar 2016 16:50:53 -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 66282 invoked by uid 99); 15 Mar 2016 16:50:52 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Mar 2016 16:50:52 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 77DF11A08FA for ; Tue, 15 Mar 2016 16:50:51 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.381 X-Spam-Level: ** X-Spam-Status: No, score=2.381 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_NONE=-0.0001, URI_HEX=1.313, URI_TRY_3LD=0.068] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id noRSpLpsNhGY for ; Tue, 15 Mar 2016 16:50:50 +0000 (UTC) Received: from mwork.nabble.com (mwork.nabble.com [162.253.133.43]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with ESMTP id CF99E5F3FF for ; Tue, 15 Mar 2016 16:50:50 +0000 (UTC) Received: from mjoe.nabble.com (unknown [162.253.133.57]) by mwork.nabble.com (Postfix) with ESMTP id 6AEF81C3C01A9 for ; Tue, 15 Mar 2016 09:39:55 -0700 (PDT) Date: Tue, 15 Mar 2016 09:22:15 -0700 (PDT) From: artnaseef To: users@activemq.apache.org Message-ID: <1458058935179-4709308.post@n4.nabble.com> In-Reply-To: <1458027937179-4709287.post@n4.nabble.com> References: <1457693936915-4709187.post@n4.nabble.com> <1457847224785-4709239.post@n4.nabble.com> <1457939928007-4709250.post@n4.nabble.com> <1457945015834-4709252.post@n4.nabble.com> <1457971275802-4709261.post@n4.nabble.com> <1458027937179-4709287.post@n4.nabble.com> Subject: Re: Message not redirected to DLQ when exception thrown by MDB MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit OK, since this works in one container (WebLogic) and not another (WildFly) - my suspicion is with the container handling of the exception. Turning up the logging on org.apache.activemq.ActiveMQSession to DEBUG on the JMS client should cause the following to get logged: * ... Transaction Commit :... * ... Transaction Rollback, txid: ... TRACE level logging may provide even more insight. DEBUG logging on org.apache.activemq.broker.TransactionBroker on the broker itself may also provide more insight. Hope this helps. -- View this message in context: http://activemq.2283324.n4.nabble.com/Message-not-redirected-to-DLQ-when-exception-thrown-by-MDB-tp4709187p4709308.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.