Hi,
I'm having trouble with the following problem. This is my layout with a
Publisher P, Subscriber S and brokers A and B.
P ---> A ---> B ---> S
I need any message that P publishes to any topic to reliably reach S. I
successfully setup a durable subscription between B and S. So that covers
the case where S fails. However, when B fails, the messages published by P
in the time that B is down are lost.
This is my network connector configuration on A:
<networkConnector
name="T:localhost->localhost"
duplex="false"
uri="static:(tcp:/...:61616)"
userName="..."
password="..."
networkTTL="2"
dynamicOnly="false">
<staticallyIncludedDestinations>
<topic physicalName=">"/>
</staticallyIncludedDestinations>
</networkConnector>
Is it possible to configure the network connector so that messages are not
lost while B is down?
Thanks for any help!
Best,
Carl
--
Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html