mirror of
https://github.com/apache/activemq.git
synced 2025-02-07 10:38:58 +00:00
[AMQ-7011] Override dispatch to always set dispatchAsync true
This closes #287
This commit is contained in:
parent
3397a97213
commit
a1e5b970d8
@ -611,6 +611,7 @@ public class ProtocolConverter {
|
|||||||
}
|
}
|
||||||
|
|
||||||
consumerInfo.setDestination(actualDest);
|
consumerInfo.setDestination(actualDest);
|
||||||
|
consumerInfo.setDispatchAsync(true);
|
||||||
|
|
||||||
StompSubscription stompSubscription;
|
StompSubscription stompSubscription;
|
||||||
if (!consumerInfo.isBrowser()) {
|
if (!consumerInfo.isBrowser()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user