AMQP-133 added the 'advice-chain' attribute to the <listener-container> element in the XSD

This commit is contained in:
Mark Fisher
2011-03-28 10:50:01 -04:00
parent f506daaf3c
commit 8f0b0a79cb

View File

@@ -500,6 +500,13 @@
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="advice-chain" type="xsd:string">
<xsd:annotation>
<xsd:documentation><![CDATA[
Reference to a chain of AOP advice to be applied to the listener.
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>