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
Hiram Chirino made changes - 16/Mar/06 11:41 PM
Field Original Value New Value
Resolution Fixed [ 1 ]
Status Open [ 1 ] Resolved [ 5 ]
James Strachan made changes - 17/Mar/06 09:49 PM
Status Resolved [ 5 ] Reopened [ 4 ]
Resolution Fixed [ 1 ]
Assignee Hiram Chirino [ chirino ]
Hiram Chirino made changes - 21/Mar/06 06:36 PM
Fix Version/s 4.0 RC1 [ 11727 ]
Fix Version/s 4.0 RC 2 [ 11750 ]
James Strachan made changes - 07/Apr/06 02:16 PM
Fix Version/s 4.0 RC 2 [ 11750 ]
Fix Version/s 4.0 RC3 [ 11761 ]
Hiram Chirino made changes - 01/May/06 03:03 PM
Resolution Fixed [ 1 ]
Status Reopened [ 4 ] Resolved [ 5 ]
Fix Version/s 4.0 RC3 [ 11761 ]
Fix Version/s 4.0 RC4 [ 11770 ]