History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: AMQ-1646
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Rob Davies
Reporter: Rob Davies
Votes: 1
Watchers: 0
Operations

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

Change dispatchAsync = true for clients by default

Created: 07/Apr/08 11:15 AM   Updated: 08/Apr/08 09:46 PM
Component/s: JMS client
Affects Version/s: 5.0.0
Fix Version/s: 5.1.0

Time Tracking:
Not Specified


 Description  « Hide
By default, non-persistent clients (topics) will be dispatched messages from the broker by the same thread that received them from the producer. This means that a slow consumer will slow the overall
throughput for any clients receiving messages from that producer. By having dispatchAsync=true as the default, consumers will be decoupled from the producer.

 All   Comments   Work Log   Change History   Subversion Commits   FishEye   Crucible      Sort Order: Ascending order - Click to sort in descending order
Rob Davies - 08/Apr/08 09:58 AM
Fixed by SVN revision 645999