attributeGroup "addressAttributes"
Namespace:
Content:
Defined:
globally in mule-jms.xsd; see XML source
Includes:
definitions of 3 attributes
Used:
XML Representation Summary
<...
    queue
 = 
xsd:string
    topic
 = 
xsd:string
    disableTemporaryReplyToDestinations
 = 
xsd:boolean
...>
Known Usage Locations
XML Source (w/o annotations (3); see within schema source)
<xsd:attributeGroup name="addressAttributes">
<xsd:attribute name="queue" type="xsd:string"/>
<xsd:attribute name="topic" type="xsd:string"/>
<xsd:attribute name="disableTemporaryReplyToDestinations" type="xsd:boolean"/>
</xsd:attributeGroup>
Attribute Detail (all declarations; defined in this component only; 3/3)
disableTemporaryReplyToDestinations
Type:
xsd:boolean, predefined
Use:
optional
If this is set to false (the default), when Mule performs request/response calls a temporary destination will automatically be set up to receive a response from the remote JMS call.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="disableTemporaryReplyToDestinations" type="xsd:boolean"/>

queue
Type:
xsd:string, predefined
Use:
optional
The queue name. This attribute cannot be used with the topic attribute (the two are exclusive).
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="queue" type="xsd:string"/>

topic
Type:
xsd:string, predefined
Use:
optional
The topic name. The "topic:" prefix will be added automatically. This attribute cannot be used with the queue attribute (the two are exclusive).
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="topic" type="xsd:string"/>

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.