attributeGroup "outboundCometdAttributes"
Namespace:
Content:
Defined:
globally in mule-ajax.xsd; see XML source
Includes:
definitions of 3 attributes
Used:
XML Representation Summary
<...
   
 = 
xsd:string
 = 
xsd:boolean
 = 
xsd:int
...>
Known Usage Locations
XML Source (w/o annotations (3); see within schema source)
<xsd:attributeGroup name="outboundCometdAttributes">
<xsd:attribute name="channel" type="xsd:string" use="required"/>
<xsd:attribute name="cacheMessages" type="xsd:boolean"/>
<xsd:attribute name="messageCacheSize" type="xsd:int"/>
</xsd:attributeGroup>
Attribute Detail (all declarations; defined within this component only; 3/3)
cacheMessages
Type:
xsd:boolean, predefined
Use:
optional
If set to true the dispatcher will cache messages if there are no clients subscribed to this channel.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="cacheMessages" type="xsd:boolean"/>

channel
Type:
xsd:string, predefined
Use:
required
the ajax channel to bind the service endpoint to. This channel path is independent context path that your application is deployed to in the servlet container.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="channel" type="xsd:string" use="required"/>

messageCacheSize
Type:
xsd:int, predefined
Use:
optional
If cache messages is set to true, this value determines the size of the memory cache. The cache will automatically expire older items to make room for newer items.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="messageCacheSize" type="xsd:int"/>

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.