Issue Details (XML | Word | Printable)

Key: AMQ-639
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Critical Critical
Assignee: Hiram Chirino
Reporter: Brian Diesenhaus
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
ActiveMQ

Broker is not re-connecting to a network of brokers after going down and then being brought back up

Created: 16/Mar/06 12:06 PM   Updated: 01/May/06 03:03 PM
Return to search
Component/s: Broker
Affects Version/s: 4.0 M4
Fix Version/s: 4.0

Time Tracking:
Not Specified

Regression: Regression


 Description  « Hide
I have set up a network of brokers with the following configuration:

<beans xmlns="http://activemq.org/config/1.0">

<bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"/>

<broker brokerName="bfe-${HOSTNAME}" useJmx="true" persistent="false" managementContext="#mc">
<destinationPolicy>
<policyMap>
<policyEntries>
<policyEntry queue=">" memoryLimit="5000000"/>
</policyEntries>
</policyMap>
</destinationPolicy>
<memoryManager>
<usageManager limit="100000000"/>
</memoryManager>

<transportConnectors>
<transportConnector uri="tcp://localhost:61616" discoveryUri="multicast://bfe2"/>
</transportConnectors>

<networkConnectors>
<!-- by default just auto discover the other brokers -->
<networkConnector uri="multicast://bfe2"/>
</networkConnectors>
</broker>

<bean id="mc" class="org.apache.activemq.broker.jmx.ManagementContext">
<property name="connectorPort" value="1099"/>
<property name="connectorPath" value="/jmxrmibfe-1"/>
</bean>

</beans>

I then run a series of tests (producing and consuming on the network of brokers). Then I shut one broker down and then start it up again it can't see the other brokers in the network but the other brokers can see it.



 All   Comments   Work Log   Change History   Subversion Commits   FishEye   Crucible      Sort Order: Ascending order - Click to sort in descending order
No related reviews found.