Showing:

Annotations
Attributes
Model
Properties
Element tns:compositeTopic
Namespace http://activemq.apache.org/schema/core
Annotations
Represents a virtual topic which forwards to a number of other destinations.
Properties
content complex
Model
tns:forwardTo* | ANY element from ANY namespace OTHER than 'http://activemq.apache.org/schema/core'
Children tns:forwardTo
Attributes
QName Type Use Annotation
concurrentSend xs:boolean optional
when true, sends are done in parallel with the broker executor
copyMessage xs:boolean optional
Sets whether a copy of the message will be sent to each destination.
Defaults to true so that the forward destination is set as the
destination of the message
forwardOnly xs:boolean optional
Sets if the virtual destination is forward only (and so there is no
physical queue to match the virtual queue) or if there is also a physical
queue with the same name).
id xs:ID optional
name xs:string optional
Sets the name of this composite destination
Wildcard: ANY attribute from ANY namespace OTHER than 'http://activemq.apache.org/schema/core'
Element tns:compositeTopic / tns:forwardTo
Namespace http://activemq.apache.org/schema/core
Annotations
Sets the list of destinations to forward to
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
ANY element from ANY namespace
Attribute tns:compositeTopic / @concurrentSend
Namespace No namespace
Annotations
when true, sends are done in parallel with the broker executor
Type xs:boolean
Properties
content simple
Attribute tns:compositeTopic / @copyMessage
Namespace No namespace
Annotations
Sets whether a copy of the message will be sent to each destination.
Defaults to true so that the forward destination is set as the
destination of the message
Type xs:boolean
Properties
content simple
Attribute tns:compositeTopic / @forwardOnly
Namespace No namespace
Annotations
Sets if the virtual destination is forward only (and so there is no
physical queue to match the virtual queue) or if there is also a physical
queue with the same name).
Type xs:boolean
Properties
content simple
Attribute tns:compositeTopic / @name
Namespace No namespace
Annotations
Sets the name of this composite destination
Type xs:string
Properties
content simple
Attribute tns:compositeTopic / @id
Namespace No namespace
Type xs:ID
Properties
content simple