Given:
<networkConnectors>
<networkConnector uri="static://(ssl://hub:61617)"
name="hub"
duplex="true"
conduitSubscriptions="false"
dynamicOnly="false">
<excludedDestinations>
<queue physicalName="Outbound.Account.>"/>
</excludedDestinations>
<staticallyIncludedDestinations>
</staticallyIncludedDestinations>
</networkConnector>
</networkConnectors>
On "hub" I see:
2012-10-29 12:44:34,722 | DEBUG | hub Ignoring sub from zorin, destination
queue://Outbound.Account.20481 is not permiited :ConsumerInfo {commandId =
5, responseRequired = false, consumerId =
ID:quarrel-40451-1351260922652-4:760216:-1:2, destination =
queue://Outbound.Account.20481, prefetchSize = 1,
maximumPendingMessageLimit = 0, browser = false, dispatchAsync = true,
selector = MJStage = 'Dispatch', subscriptionName = null, noLocal = false,
exclusive = false, retroactive = false, priority = 0, brokerPath = null,
optimizedAcknowledge = false, noRangeAcks = false, additionalPredicate =
null} | org.apache.activemq.network.DemandForwardingBridgeSupport |
ActiveMQ Transport: ssl:///n.n.n.n:32831
I was expecting to see no traffic of any kind on our hub concerning
Outbound.Account.>, yet sub requests are still flooding in.
Is this normal? Can I get my desired result?
Thanks,
James
|