complexType "vendorJmsConnectorType"
Namespace:
Content:
complex, 29 attributes, 5 elements
Defined:
globally in mule-jms.xsd; see XML source
Includes:
definition of 1 attribute
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
    connectionFactory-ref
 = 
xsd:string
    redeliveryHandlerFactory-ref
 = 
xsd:string
    acknowledgementMode
 = 
("AUTO_ACKNOWLEDGE" | "CLIENT_ACKNOWLEDGE" | "DUPS_OK_ACKNOWLEDGE") : "AUTO_ACKNOWLEDGE"
    clientId
 = 
xsd:string
    durable
 = 
(xsd:string | xsd:boolean)
    noLocal
 = 
(xsd:string | xsd:boolean)
    persistentDelivery
 = 
(xsd:string | xsd:boolean)
    honorQosHeaders
 = 
(xsd:string | xsd:boolean)
    maxRedelivery
 = 
(xsd:string | xsd:int)
    cacheJmsSessions
 = 
(xsd:string | xsd:boolean)
    eagerConsumer
 = 
(xsd:string | xsd:boolean)
    specification
 = 
("1.0.2b" | "1.1") : "1.0.2b"
    username
 = 
xsd:string
    password
 = 
xsd:string
    numberOfConsumers
 = 
(xsd:string | xsd:int)
    jndiInitialFactory
 = 
xsd:string
    jndiProviderUrl
 = 
xsd:string
    jndiProviderProperties-ref
 = 
xsd:string
    connectionFactoryJndiName
 = 
xsd:string
    jndiDestinations
 = 
xsd:boolean
    forceJndiDestinations
 = 
xsd:boolean
    disableTemporaryReplyToDestinations
 = 
xsd:boolean
    embeddedMode
 = 
xsd:boolean : "false"
    >
   
Content: 
spring:property*, receiver-threading-profile?, dispatcher-threading-profile?, abstract-retry-policy?, service-overrides?
</...>
Content Model Elements (5):
Known Direct Subtypes (2):
All Direct / Indirect Based Elements (6):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
  mule:connectorType (extension)
      vendorJmsConnectorType
XML Source (w/o annotations (1); see within schema source)
<xsd:complexType name="vendorJmsConnectorType">
<xsd:complexContent>
<xsd:extension base="mule:connectorType">
<!-- Optional, a default ConnectionFactory is provided for vendor JMS configs -->
<xsd:attribute name="connectionFactory-ref" type="xsd:string" use="optional"/>
<xsd:attributeGroup ref="jmsConnectorAttributes"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 1/29)
connectionFactory-ref
Type:
xsd:string, predefined
Use:
optional
Optional reference to the connection factory. A default connection factory is provided for vendor-specific JMS configurations.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="connectionFactory-ref" type="xsd:string" use="optional"/>

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.