Issue Details (XML | Word | Printable)

Key: AMQ-1439
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Trevor Pounds
Votes: 0
Watchers: 0
Operations

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

FanoutTransport minimum ack connection logic bug

Created: 03/Oct/07 09:51 AM   Updated: 18/Oct/07 08:55 PM
Return to search
Component/s: Transport
Affects Version/s: None
Fix Version/s: 5.0.0

Time Tracking:
Not Specified

File Attachments:
  Size
File Licensed for inclusion in ASF works FanoutTransport.svn.diff 2007-10-03 11:55 AM Trevor Pounds 2 kB

Patch Info: Patch Available


 Description  « Hide
All occurrences of connectedCount != minAckCount should be replaced with connectedCount < minAckCount. The logic should proceed once the minimum number of acks have been achieved.

see http://www.nabble.com/FanoutTransport-Patches-tf4562939s2354.html



 All   Comments   Work Log   Change History   Subversion Commits   FishEye   Crucible      Sort Order: Ascending order - Click to sort in descending order
Repository Revision Date User Message
AMQ #586251 Thu Oct 18 20:54:45 PDT 2007 jlim applied patch for AMQ-1440 and AMQ-1439
Files Changed
MODIFY /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/transport/fanout/FanoutTransport.java