Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 72817 invoked from network); 27 Feb 2009 16:16:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Feb 2009 16:16:24 -0000 Received: (qmail 46224 invoked by uid 500); 27 Feb 2009 16:16:22 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 46193 invoked by uid 500); 27 Feb 2009 16:16:22 -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 46182 invoked by uid 99); 27 Feb 2009 16:16:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Feb 2009 08:16:22 -0800 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; Fri, 27 Feb 2009 16:16:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 68AED234C48C for ; Fri, 27 Feb 2009 08:15:59 -0800 (PST) Message-ID: <538243874.1235751359423.JavaMail.jira@brutus> Date: Fri, 27 Feb 2009 08:15:59 -0800 (PST) From: "Jim Gomes (JIRA)" To: dev@activemq.apache.org Subject: [jira] Work started: (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:all-tabpanel ] Work on AMQNET-93 started by Jim Gomes. > 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.1 > > Attachments: NMS_Exception.patch > > > 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.