mirror of https://github.com/apache/activemq.git
fix up org.apache.activemq.network.MulticastNetworkTest
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@742941 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
aed1b5c67c
commit
cfb4234cee
|
@ -17,12 +17,12 @@
|
|||
-->
|
||||
<beans>
|
||||
|
||||
<broker brokerName="localBroker" persistent="false" useShutdownHook="false" xmlns="http://activemq.apache.org/schema/core">
|
||||
<broker brokerName="localBroker" persistent="true" useShutdownHook="false" xmlns="http://activemq.apache.org/schema/core">
|
||||
|
||||
<transportConnectors><transportConnector uri="tcp://localhost:61616" /></transportConnectors>
|
||||
<transportConnectors><transportConnector uri="tcp://localhost:61616" discoveryUri="multicast://224.1.2.6:6123" /></transportConnectors>
|
||||
|
||||
<networkConnectors>
|
||||
<multicastNetworkConnector remoteURI="multicast://224.1.2.6:6123">
|
||||
<networkConnector uri="multicast://224.1.2.6:6123">
|
||||
<excludedDestinations>
|
||||
<queue physicalName="exclude.test.foo" />
|
||||
<topic physicalName="exclude.test.bar" />
|
||||
|
@ -31,7 +31,7 @@
|
|||
<queue physicalName="include.test.foo" />
|
||||
<topic physicalName="include.test.bar" />
|
||||
</dynamicallyIncludedDestinations>
|
||||
</multicastNetworkConnector>
|
||||
</networkConnector>
|
||||
</networkConnectors>
|
||||
</broker>
|
||||
</beans>
|
||||
|
|
|
@ -17,12 +17,12 @@
|
|||
-->
|
||||
<beans>
|
||||
|
||||
<broker brokerName="remoteBroker" persistent="false" useShutdownHook="false" xmlns="http://activemq.apache.org/schema/core">
|
||||
<broker brokerName="remoteBroker" persistent="true" useShutdownHook="false" xmlns="http://activemq.apache.org/schema/core">
|
||||
|
||||
<transportConnectors><transportConnector uri="tcp://localhost:61617" /></transportConnectors>
|
||||
<transportConnectors><transportConnector uri="tcp://localhost:61617" discoveryUri="multicast://224.1.2.6:6123" /></transportConnectors>
|
||||
|
||||
<networkConnectors>
|
||||
<multicastNetworkConnector remoteURI="multicast://224.1.2.6:6123">
|
||||
<networkConnector uri="multicast://224.1.2.6:6123">
|
||||
<excludedDestinations>
|
||||
<queue physicalName="exclude.test.foo" />
|
||||
<topic physicalName="exclude.test.bar" />
|
||||
|
@ -31,7 +31,7 @@
|
|||
<queue physicalName="include.test.foo" />
|
||||
<topic physicalName="include.test.bar" />
|
||||
</dynamicallyIncludedDestinations>
|
||||
</multicastNetworkConnector>
|
||||
</networkConnector>
|
||||
</networkConnectors>
|
||||
</broker>
|
||||
|
||||
|
|
Loading…
Reference in New Issue