element <idempotent-message-filter> (global)
Namespace:
Type:
Content:
complex, 5 attributes, attr. wildcard, 2 elements
Subst.Gr:
Defined:
globally in mule.xsd; see XML source
Used:
never
Content Model Diagram
XML Representation Summary
<idempotent-message-filter
   
 = 
(xsd:string | xsd:NMTOKEN)
 = 
xsd:string
 = 
xsd:string
 = 
(xsd:string | xsd:boolean)
 = 
(xsd:string | xsd:NMTOKEN)
    {any attribute with non-schema namespace}
    >
   
Content: 
annotations?, abstract-object-store?
</idempotent-message-filter>
Content model elements (2):
abstract-object-store, annotations
May contain elements by substitutions (6):
custom-object-store, in-memory-store, managed-store, object-store, simple-text-file-store, spring-object-store
May be included in elements by substitutions (115):
all, inbound-endpoint,
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-global-intercepting-message-processor" type="idempotentMessageFilterType"/>

XML schema documentation generated with DocFlex/XML RE 1.8.5 using DocFlex/XML XSDDoc 2.5.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.