【发布时间】:2013-07-19 19:38:53
【问题描述】:
我想连接所有遵循某种字符串模式的主题,例如:testTopics*.raw
我尝试了以下操作:
<networkConnectors>
<networkConnector uri="static:(tcp://localhost:62616)"
name="bridge"
conduitSubscriptions="true"
decreaseNetworkConsumerPriority="false"
destinationFilter="NO_DESTINATION">
<staticallyIncludedDestinations>
<topic physicalName="testTopics*.raw"/>
</staticallyIncludedDestinations>
</networkConnector>
</networkConnectors>
但这没有用。我尝试在网上查找,但无法找到方法。
【问题讨论】:
标签: activemq network-connection