How do you reconnect brokers?

We are evaluating a multiple broker configuration.

Everything works when the broker to broker connection is connected.

When we break it and reconnect it, sometimes messages are delivered, sometimes they are not.

In our test program we are passing JMQReconnect = true and JMQReconnectDelay = 10

to the connection factory.

Is there a broker to broker configuration parameter analogous to the

API reconnect parameters?

[473 byte] By [christenscreen] at [2007-11-25 8:07:23]
# 1

A couple of things --

The JMQReconnect and JMQReconnectDelay parameters are for client to broker

connections only and not broker to broker.

Broker to broker connections are automatically recovered if the broker

receives a runtime exception. The problem you are experiencing may be a case

of a 'half broken' TCP connection.

christenscreen at 2007-7-1 13:58:19 > top of Java-index,Application & Integration Servers,Sun Java System Message Queue...