From dev-return-11809-apmail-activemq-dev-archive=activemq.apache.org@activemq.apache.org Thu Aug 14 01:26:14 2008 Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 76593 invoked from network); 14 Aug 2008 01:26:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Aug 2008 01:26:14 -0000 Received: (qmail 2370 invoked by uid 500); 14 Aug 2008 01:26:12 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 2344 invoked by uid 500); 14 Aug 2008 01:26:12 -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 2333 invoked by uid 99); 14 Aug 2008 01:26:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Aug 2008 18:26:12 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Aug 2008 01:25:24 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B00B0234C1AD for ; Wed, 13 Aug 2008 18:25:52 -0700 (PDT) Message-ID: <289552458.1218677152719.JavaMail.jira@brutus> Date: Wed, 13 Aug 2008 18:25:52 -0700 (PDT) From: "Mark Pollack (JIRA)" To: dev@activemq.apache.org Subject: [jira] Commented: (AMQNET-93) NMS does not mirror standard 'JMS' exceptions In-Reply-To: <1612440838.1216239600322.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQNET-93?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44953#action_44953 ] Mark Pollack commented on AMQNET-93: ------------------------------------ Just a small note, as this is the only issue remaining in 1.0 and possibly holding up the 1.0 release, I'm fine with moving it to 1.1. > NMS does not mirror standard 'JMS' exceptions > --------------------------------------------- > > Key: AMQNET-93 > URL: https://issues.apache.org/activemq/browse/AMQNET-93 > Project: ActiveMQ .Net > Issue Type: Improvement > Components: EMS > Affects Versions: 1.0 > Reporter: Mark Pollack > Assignee: Jim Gomes > Fix For: 1.0 > > > The JMS spec defines several exception classes and these are not mirrored in the NMS API. > In particular this came up as I would like to specifically catch TransactionRolledBackException. I know that TIBCO EMS this exception class and perhaps more. How to handle vendor exceptions outside the spec other then wrapping and checking for inner exception types? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.