complexType "transactedConnectorType"
Namespace:
Content:
complex, 6 attributes, attr. wildcard, 6 elements
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 2 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
(xsd:string | xsd:NMTOKEN)
 = 
(xsd:string | xsd:boolean) : "false"
 = 
(xsd:string | xsd:boolean) : "true"
 = 
xsd:string
 = 
(xsd:string | xsd:boolean)
 = 
(xsd:string | xsd:int)
    {any attribute with non-schema namespace}
    >
   
Content: 
annotations?, spring:property*, receiver-threading-profile?, dispatcher-threading-profile?, abstract-reconnection-strategy?, service-overrides?
</...>
Content Model Elements (6):
abstract-reconnection-strategy, annotations, dispatcher-threading-profile, receiver-threading-profile, service-overrides, spring:property
Known Direct Subtypes (4):
genericConnectorType, jdbcConnectorType, vendorJmsConnectorType, vmConnectorType
Known Indirect Subtypes (2):
activeMqConnectorType, muleMqConnectorType
All Direct / Indirect Based Elements (9):
activemq-connector, activemq-xa-connector, connector, connector, connector, mulemq-connector, mulemq-xa-connector, weblogic-connector, websphere-connector
Known Usage Locations
Type Definition Detail
Type Derivation Tree
annotatedType (extension)
  abstractConnectorType (extension)
      connectorType (extension)
          transactedConnectorType
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="transactedConnectorType">
<xsd:complexContent>
<xsd:extension base="connectorType">
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 2/7)
createMultipleTransactedReceivers
Type:
Use:
optional
Whether to create multiple concurrent receivers for this connector. This property is used by transports that support transactions, specifically receivers that extend the TransactedPollingMessageReceiver, and provides better throughput.
Attribute Value
xsd:string | xsd:boolean
XML Source (w/o annotations (1); see within schema source)

numberOfConcurrentTransactedReceivers
Type:
Use:
optional
If createMultipleTransactedReceivers is set to true, the number of concurrent receivers that will be launched.
Attribute Value
xsd:string | xsd:int
XML Source (w/o annotations (1); see within schema source)

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.