I don't use advisory topics, but I do use network of brokers. There are 2
brokers and they are connected by network connector per queue basis. Here is
the example:
<networkConnector
name="TopicsOnly-duplex"
uri="static:(nio://<ip>:62626)"
networkTTL="2"
prefetchSize="1"
duplex="true">
<dynamicallyIncludedDestinations>
<topic physicalName=">"/>
</dynamicallyIncludedDestinations>
</networkConnector>
<networkConnector
name="SpecificQueue-duplex"
uri="static:(nio://<ip>:62626)"
networkTTL="2"
prefetchSize="1"
duplex="true"
decreaseNetworkConsumerPriority = "true"
suppressDuplicateQueueSubscriptions = "true"
conduitSubscriptions="false">
<dynamicallyIncludedDestinations>
<queue physicalName="<queue_name_here>"/>
</dynamicallyIncludedDestinations>
</networkConnector>
And there are more networkConnector for each queue I have with same
parameters. About 5 of them.
--
View this message in context:
http://activemq.2283324.n4.nabble.com/OutOfMemoryError-due-to-TopicSubscription-tp4664025p4664043.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.