complexType "configurationType"
Namespace:
Content:
complex, 3 attributes, 5 elements
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 3 attributes, 5 elements
Used:
Content Model Diagram
XML Representation Summary
<...
    defaultResponseTimeout
 = 
xsd:string : "10000"
    defaultTransactionTimeout
 = 
xsd:string : "30000"
    shutdownTimeout
 = 
(xsd:string | xsd:int) : "5000"
    >
   
Content: 
default-threading-profile?, default-dispatcher-threading-profile?, default-receiver-threading-profile?, default-service-threading-profile?, abstract-reconnection-strategy?
</...>
Content Model Elements (5):
All Direct / Indirect Based Elements (1):
Known Usage Locations
XML Source (w/o annotations (8); see within schema source)
<xsd:complexType name="configurationType">
<xsd:sequence>
<xsd:element minOccurs="0" name="default-threading-profile" type="threadingProfileType"/>
<xsd:element minOccurs="0" name="default-dispatcher-threading-profile" type="threadingProfileType"/>
<xsd:element minOccurs="0" name="default-receiver-threading-profile" type="threadingProfileType"/>
<xsd:element minOccurs="0" name="default-service-threading-profile" type="threadingProfileType"/>
<xsd:element minOccurs="0" ref="abstract-reconnection-strategy"/>
</xsd:sequence>
<xsd:attribute default="10000" name="defaultResponseTimeout" type="xsd:string"/>
<xsd:attribute default="30000" name="defaultTransactionTimeout" type="xsd:string"/>
<xsd:attribute default="5000" name="shutdownTimeout" type="substitutableInt"/>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 3/3)
defaultResponseTimeout
Type:
xsd:string, predefined
Use:
optional
The default period (ms) to wait for a synchronous response.
Attribute Value
Default:
"10000"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="10000" name="defaultResponseTimeout" type="xsd:string"/>

defaultTransactionTimeout
Type:
xsd:string, predefined
Use:
optional
The default timeout (ms) for transactions. This can also be configured on transactions, in which case the transaction configuration is used instead of this default.
Attribute Value
Default:
"30000"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="30000" name="defaultTransactionTimeout" type="xsd:string"/>

shutdownTimeout
Type:
Use:
optional
(As of Mule 2.2.2) The time in milliseconds to wait for any in-progress messages to finish processing before Mule shuts down. After this threshold has been reached, Mule starts interrupting threads, and messages can be lost. If you have a very large number of services in the same Mule instance, if you have components that take more than a couple seconds to process, or if you are using large payloads and/or slower transports, you should increase this value to allow more time for graceful shutdown. The value you specify is applied to services and separately to dispatchers, so the default value of 5000 milliseconds specifies that Mule has ten seconds to process and dispatch messages gracefully after shutdown is initiated.
Attribute Value
xsd:string | xsd:int
Default:
"5000"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="5000" name="shutdownTimeout" type="substitutableInt"/>
Content Element Detail (all declarations; defined in this component only; 5/5)
abstract-reconnection-strategy
Type:
Abstract:
(may not be used directly in instance XML documents)
The default reconnection strategy, used by connectors and endpoints. This can also be configured on connectors, in which case the connector configuration is used instead of this default.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" ref="abstract-reconnection-strategy"/>

default-dispatcher-threading-profile
Type:
threadingProfileType, empty content
The default dispatching threading profile, which modifies the default-threading-profile values and is used by endpoints for dispatching messages. This can also be configured on connectors, in which case the connector configuration is used instead of this default.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="default-dispatcher-threading-profile" type="threadingProfileType"/>

default-receiver-threading-profile
Type:
threadingProfileType, empty content
The default receiving threading profile, which modifies the default-threading-profile values and is used by endpoints for receiving messages. This can also be configured on connectors, in which case the connector configuration is used instead of this default.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="default-receiver-threading-profile" type="threadingProfileType"/>

default-service-threading-profile
Type:
threadingProfileType, empty content
The default service threading profile, which modifies the default-threading-profile and is used by services for processing messages. This can also be configured on models or services, in which case these configurations will be used instead of this default.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="default-service-threading-profile" type="threadingProfileType"/>

default-threading-profile
Type:
threadingProfileType, empty content
The default threading profile, used by components and by endpoints for dispatching and receiving if no more specific configuration is given.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="default-threading-profile" type="threadingProfileType"/>

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.