Return-Path: X-Original-To: apmail-camel-dev-archive@www.apache.org Delivered-To: apmail-camel-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8904E6E0A for ; Tue, 2 Aug 2011 18:14:52 +0000 (UTC) Received: (qmail 82491 invoked by uid 500); 2 Aug 2011 18:14:52 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 82249 invoked by uid 500); 2 Aug 2011 18:14:51 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 81965 invoked by uid 99); 2 Aug 2011 18:14:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Aug 2011 18:14:51 +0000 X-ASF-Spam-Status: No, hits=-2000.7 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Aug 2011 18:14:48 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 5319E9AB6D for ; Tue, 2 Aug 2011 18:14:27 +0000 (UTC) Date: Tue, 2 Aug 2011 18:14:27 +0000 (UTC) From: "Jonathan Anstey (JIRA)" To: dev@camel.apache.org Message-ID: <1000303569.2215.1312308867336.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <910242764.2069.1312306707228.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (CAMEL-4297) Add errorHandler option for DMLC to camel-jms MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CAMEL-4297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Anstey resolved CAMEL-4297. ------------------------------------ Resolution: Fixed janstey@duffman:/x1/asf/camel/trunk/components/camel-jms$ svn ci -m "CAMEL-4297 - Add errorHandler option for DMLC to camel-jms" Sending camel-jms/src/main/java/org/apache/camel/component/jms/JmsComponent.java Sending camel-jms/src/main/java/org/apache/camel/component/jms/JmsConfiguration.java Sending camel-jms/src/main/java/org/apache/camel/component/jms/JmsEndpoint.java Sending camel-jms/src/main/java/org/apache/camel/component/jms/reply/PersistentQueueReplyManager.java Sending camel-jms/src/main/java/org/apache/camel/component/jms/reply/TemporaryQueueReplyManager.java Sending camel-jms/src/test/java/org/apache/camel/component/jms/JmsEndpointConfigurationTest.java Transmitting file data ...... Committed revision 1153230. > Add errorHandler option for DMLC to camel-jms > --------------------------------------------- > > Key: CAMEL-4297 > URL: https://issues.apache.org/jira/browse/CAMEL-4297 > Project: Camel > Issue Type: Improvement > Affects Versions: 2.8.0 > Reporter: Jonathan Anstey > Assignee: Jonathan Anstey > Fix For: 2.9.0 > > > In Spring 3 a org.springframework.util.ErrorHandler can be used to react to unhandled exceptions (unlike JMSExceptions handled by an javax.jms.ExceptionListener > See http://static.springsource.org/spring/docs/3.0.x/javadoc-api/org/springframework/jms/listener/AbstractMessageListenerContainer.html#setErrorHandler(org.springframework.util.ErrorHandler) > I'm going to add an option for this to camel-jms shortly. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira