You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by Brian Greene <br...@sticentralhub.com> on 2007/08/17 19:28:09 UTC

Store and Forward COnfiguration confusion

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