INT-2315 headerValueRouter chain mapping minOcc=0
now <header-value-router> doesn't require mapping when it is defined inside <chain>. Tests for <header-value-router> inside <chain>.
This commit is contained in:
@@ -2514,7 +2514,7 @@ endpoint itself is a Polling Consumer for a channel with a queue.
|
||||
<xsd:complexContent>
|
||||
<xsd:extension base="commonHeaderValueRouterType">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="mapping" type="mappingValueChannelType" minOccurs="1" maxOccurs="unbounded">
|
||||
<xsd:element name="mapping" type="mappingValueChannelType" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<![CDATA[
|
||||
@@ -3641,4 +3641,4 @@ endpoint itself is a Polling Consumer for a channel with a queue.
|
||||
</xsd:simpleType>
|
||||
</xsd:attribute>
|
||||
</xsd:attributeGroup>
|
||||
</xsd:schema>
|
||||
</xsd:schema>
|
||||
|
||||
Reference in New Issue
Block a user