All,
I currently for a network of brokers setup and running with queues
fine. The problem that i am running into is the following:
brokerA <=> brokerB <=> brokerC
if i create a topic pub on brokerA i cannot see the messages on
brokerC with out adding networkTLL > 1. If i do this then as i add
more subscribers i start to get duplicates.
my network connector is as follows:
<networkConnectors>
<networkConnector uri="static://( hostsremovedtoprotect)"
dynamicOnly="true" name="InterTopicconnect" >
<dynamicallyIncludedDestinations>
<topic physicalName="Services.>"/>
</dynamicallyIncludedDestinations>
</networkConnector>
<networkConnector uri="static://(hostsremovedtoprotect )"
conduitSubscriptions="false"
suppressDuplicateQueueSubscriptions="true" networkTTL="4"
name="InterQueueconnect" >
<dynamicallyIncludedDestinations>
<queue physicalName="test"/>
</dynamicallyIncludedDestinations>
</networkConnector>
<networkConnectors>
Does any one has any suggestions?