element <idempotent-message-filter>
Namespace:
Type:
Content:
complex, 1 attribute, 1 element
Subst.Gr:
Defined:
globally in mule.xsd; see XML source
Used:
never
Content Model Diagram
XML Representation Summary
<idempotent-message-filter
    idExpression
 = 
xsd:string
    >
   
Content: 
abstract-object-store?
</idempotent-message-filter>
Content model elements (1):
May contain elements by substitutions (2):
May be included in elements by substitutions (108):
response (type anonymous),
response (type anonymous),
Annotation
Ensures that only unique messages are received by a service by checking the unique ID of the incoming message. Note that the ID used can be generated from the message using an expression defined in the 'idExpression' attribute. By default, the expression used is '#[message:id]', which means the underlying endpoint must support unique message IDs for this to work. Otherwise, a UniqueIdNotSupportedException is thrown.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="idempotent-message-filter" substitutionGroup="abstract-intercepting-message-processor" type="idempotentMessageFilterType"/>

XML schema documentation generated with DocFlex/XML SDK 1.8.1b6 using DocFlex/XML XSDDoc 2.2.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.