complexType "vmConnectorType"
Namespace:
Content:
complex, 7 attributes, 7 elements
Defined:
globally in mule-vm.xsd; see XML source
Includes:
definitions of 1 attribute, 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...
    name
 = 
(xsd:string | xsd:NMTOKEN)
    createMultipleTransactedReceivers
 = 
(xsd:string | xsd:boolean)
    numberOfConcurrentTransactedReceivers
 = 
(xsd:string | xsd:int)
    dynamicNotification
 = 
(xsd:string | xsd:boolean) : "false"
    validateConnections
 = 
(xsd:string | xsd:boolean) : "true"
    dispatcherPoolFactory-ref
 = 
xsd:string
    queueTimeout
 = 
xsd:positiveInteger
    >
   
Content: 
spring:property*, receiver-threading-profile?, dispatcher-threading-profile?, abstract-reconnection-strategy?, service-overrides?, queueProfile?, queue-profile?
</...>
Content Model Elements (7):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
  mule:connectorType (extension)
      vmConnectorType
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="vmConnectorType">
<xsd:complexContent>
<xsd:extension base="mule:connectorType">
<xsd:sequence>
<xsd:element minOccurs="0" name="queueProfile" type="mule:queueProfileType"/>
<xsd:element minOccurs="0" name="queue-profile" type="mule:queueProfileType"/>
</xsd:sequence>
<xsd:attribute name="queueTimeout" type="xsd:positiveInteger"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 1/7)
queueTimeout
Type:
xsd:positiveInteger, predefined
Use:
optional
The timeout setting for the queue used for asynchronous endpoints
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="queueTimeout" type="xsd:positiveInteger"/>
Content Element Detail (all declarations; defined in this component only; 2/7)
queue-profile
Type:
mule:queueProfileType, empty content
Configures the properties of this connector's queue (see [Configuring Queues]).
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="queue-profile" type="mule:queueProfileType"/>

queueProfile
Type:
mule:queueProfileType, empty content
DEPRECATED. USE "<queue-profile>" instead.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="queueProfile" type="mule:queueProfileType"/>

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.