
| Key: |
AMQ-1646
|
| Type: |
Improvement
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Rob Davies
|
| Reporter: |
Rob Davies
|
| Votes: |
1
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
ActiveMQ
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
|
|
|
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.
|
|
Description
|
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. |
Show » |
|