Good Morning,
I'm looking to set up store and forward with a pair of brokers, and am confused by the documentation/comments in the config file example. The example (with comments) are: <!-- The store and forward broker networks ActiveMQ will listen to --> <networkConnectors> <!-- by default just auto discover the other brokers --> <!-- <networkConnector name="default-nc" uri="multicast://default"/> --> <!-- <networkConnector name="host1 and host2" uri="static://(tcp://host1:61616,tcp://host2:61616)" failover="true"/> --> </networkConnectors> My use case is: Application (with embedded broker) -> message to embedded broker A -> message to remote broker b I've tried any number of combinations trying to get the traffic to pass to no avail. Your help is greatly appreciated. Environment: Jdk1.5 ActiveMQ 4.1.1 Thanks, Brian