mirror of https://github.com/apache/activemq.git
[AMQ-7011] Override dispatch to always set dispatchAsync true
This commit is contained in:
parent
2b64b7b04f
commit
46160c7b7f
|
@ -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…
Reference in New Issue