mirror of https://github.com/apache/activemq.git
tidied up layouts
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@426109 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bd8d07d948
commit
5196499946
|
@ -19,7 +19,7 @@
|
|||
<!-- START SNIPPET: xbean -->
|
||||
<beans>
|
||||
|
||||
<bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"/>
|
||||
<bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer" />
|
||||
|
||||
<broker xmlns="http://activemq.org/config/1.0">
|
||||
<destinationInterceptors>
|
||||
|
@ -27,8 +27,8 @@
|
|||
<virtualDestinations>
|
||||
<compositeQueue name="MY.QUEUE">
|
||||
<forwardTo>
|
||||
<queue physicalName="FOO"/>
|
||||
<topic physicalName="BAR"/>
|
||||
<queue physicalName="FOO" />
|
||||
<topic physicalName="BAR" />
|
||||
</forwardTo>
|
||||
</compositeQueue>
|
||||
</virtualDestinations>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<!-- START SNIPPET: xbean -->
|
||||
<beans>
|
||||
|
||||
<bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"/>
|
||||
<bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer" />
|
||||
|
||||
<broker xmlns="http://activemq.org/config/1.0">
|
||||
<destinationInterceptors>
|
||||
|
@ -27,8 +27,8 @@
|
|||
<virtualDestinations>
|
||||
<compositeTopic name="MY.TOPIC">
|
||||
<forwardTo>
|
||||
<queue physicalName="FOO"/>
|
||||
<topic physicalName="BAR"/>
|
||||
<queue physicalName="FOO" />
|
||||
<topic physicalName="BAR" />
|
||||
</forwardTo>
|
||||
</compositeTopic>
|
||||
</virtualDestinations>
|
||||
|
|
|
@ -19,13 +19,13 @@
|
|||
<!-- START SNIPPET: xbean -->
|
||||
<beans>
|
||||
|
||||
<bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"/>
|
||||
<bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer" />
|
||||
|
||||
<broker xmlns="http://activemq.org/config/1.0">
|
||||
<destinationInterceptors>
|
||||
<virtualDestinationInterceptor>
|
||||
<virtualDestinations>
|
||||
<virtualTopic name=">" prefix="VirtualTopicConsumers.*."/>
|
||||
<virtualTopic name=">" prefix="VirtualTopicConsumers.*." />
|
||||
</virtualDestinations>
|
||||
</virtualDestinationInterceptor>
|
||||
</destinationInterceptors>
|
||||
|
|
Loading…
Reference in New Issue