element <custom-connector>
Namespace:
Type:
Content:
complex, 29 attributes, 5 elements
Subst.Gr:
may substitute for element mule:abstract-connector
Defined:
globally in mule-jms.xsd; see XML source
Used:
never
Content Model Diagram
XML Representation Summary
<custom-connector
    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
    class
 = 
(xsd:string | 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-reconnection-strategy?, service-overrides?
</custom-connector>
Content model elements (5):
May be included in elements by substitutions (1):
Annotation
The custom-connector element configures a custom connector for sending and receiving messages over JMS queues.
Anonymous Type Detail
Type Derivation Tree
  mule:connectorType (extension)
      mule:customConnectorType (extension)
          complexType
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="custom-connector" substitutionGroup="mule:abstract-connector">
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="mule:customConnectorType">
<xsd:attributeGroup ref="jmsConnectorAttributes"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>

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.