SPR-6240 Added namespace support for ErrorHandler strategy on JMS "listener-container" elements.

This commit is contained in:
Mark Fisher
2009-10-28 14:36:01 +00:00
parent 0e85c66f2f
commit 0400b68afb
4 changed files with 52 additions and 5 deletions

View File

@@ -125,6 +125,19 @@
</xsd:appinfo>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="error-handler" type="xsd:string">
<xsd:annotation>
<xsd:documentation><![CDATA[
A reference to an ErrorHandler strategy for handling any uncaught Exceptions
that may occur during the execution of the MessageListener.
]]></xsd:documentation>
<xsd:appinfo>
<tool:annotation kind="ref">
<tool:expected-type type="org.springframework.util.ErrorHandler"/>
</tool:annotation>
</xsd:appinfo>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="destination-type" default="queue">
<xsd:annotation>
<xsd:documentation><![CDATA[