Showing:

Annotations
Attributes
Model
Properties
Element tns:filteredDestination
Namespace http://activemq.apache.org/schema/core
Annotations
Represents a destination which is filtered using some predicate such as a selector
so that messages are only dispatched to the destination if they match the filter.
Properties
content complex
Model
tns:destination{0,1} | tns:filter{0,1} | ANY element from ANY namespace OTHER than 'http://activemq.apache.org/schema/core'
Children tns:destination, tns:filter
Attributes
QName Type Use Annotation
destination xs:string optional
The destination to send messages to if they match the filter
filter xs:string optional
id xs:ID optional
queue xs:string optional
Sets the destination property to the given queue name
selector xs:string optional
Sets the JMS selector used to filter messages before forwarding them to this destination
topic xs:string optional
Sets the destination property to the given topic name
Wildcard: ANY attribute from ANY namespace OTHER than 'http://activemq.apache.org/schema/core'
Element tns:filteredDestination / tns:destination
Namespace http://activemq.apache.org/schema/core
Annotations
The destination to send messages to if they match the filter
Properties
content complex
minOccurs 0
maxOccurs 1
Model
tns:queue | tns:tempQueue | tns:tempTopic | tns:topic | ANY element from ANY namespace OTHER than 'http://activemq.apache.org/schema/core'
Children tns:queue, tns:tempQueue, tns:tempTopic, tns:topic
Element tns:filteredDestination / tns:filter
Namespace http://activemq.apache.org/schema/core
Properties
content complex
minOccurs 0
maxOccurs 1
Model
ANY element from ANY namespace
Attribute tns:filteredDestination / @destination
Namespace No namespace
Annotations
The destination to send messages to if they match the filter
Type xs:string
Properties
content simple
Attribute tns:filteredDestination / @filter
Namespace No namespace
Type xs:string
Properties
content simple
Attribute tns:filteredDestination / @queue
Namespace No namespace
Annotations
Sets the destination property to the given queue name
Type xs:string
Properties
content simple
Attribute tns:filteredDestination / @selector
Namespace No namespace
Annotations
Sets the JMS selector used to filter messages before forwarding them to this destination
Type xs:string
Properties
content simple
Attribute tns:filteredDestination / @topic
Namespace No namespace
Annotations
Sets the destination property to the given topic name
Type xs:string
Properties
content simple
Attribute tns:filteredDestination / @id
Namespace No namespace
Type xs:ID
Properties
content simple