Have you specified failover="true"? http://incubator.apache.org/activemq/networks-of-brokers.html
On 8/6/06, Marc Dumontier <[EMAIL PROTECTED]> wrote:
Hi I have a store and forward configuration setup...If i start the producer thread while the server (where the network connector connects to) isn't up..the embedded broker from the producer never connects up with it. 2006-08-05 21:31:38,473 INFO [org.apache.activemq.broker.BrokerService] - ActiveMQ 4.0-RC2 JMS Message Broker (localhost) is starting 2006-08-05 21:31:38,473 INFO [org.apache.activemq.broker.BrokerService] - For help or more information please see: http://incubator.apache.org/activemq/ 2006-08-05 21:31:38,569 INFO [org.apache.activemq.store.jdbc.JDBCPersistenceAdapter] - Database driver recognized: [mysql-ab_jdbc_driver] 2006-08-05 21:31:38,988 INFO [org.apache.activemq.network.NetworkConnector] - Establishing network connection between from vm://localhost?network=true to failover:tcp://localhost:9000 2006-08-05 21:31:38,999 INFO [org.apache.activemq.transport.vm.VMTransportFactory] - binding to broker: localhost 2006-08-05 21:31:39,016 INFO [org.apache.activemq.broker.TransportConnector] - Connector vm://localhost Started 2006-08-05 21:31:39,080 INFO [org.apache.activemq.network.DemandForwardingBridge] - Starting a network connection between vm://localhost#0 and unconnected has been established. 2006-08-05 21:31:39,133 INFO [org.apache.activemq.network.NetworkConnector] - Network Connector bridge Started 2006-08-05 21:31:39,133 INFO [org.apache.activemq.broker.BrokerService] - ActiveMQ JMS Message Broker (localhost) started is there any way to make it so that the embedded broker keeps trying? here is my relevant config <networkConnectors> <networkConnector uri="static:(tcp://localhost:9000)" failover="true"/> </networkConnectors> -- View this message in context: http://www.nabble.com/network-bridge---unconnected-tf2057651.html#a5669323 Sent from the ActiveMQ - User forum at Nabble.com.
-- James ------- http://radio.weblogs.com/0112098/
