我想连接所有遵循某种字符串模式的主题,例如: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>
但这没有用。我尝试在网上查找,但无法找到一种方法来做到这一点。