[AMQ-7011] Override dispatch to always set dispatchAsync true

This commit is contained in:
jgoodyear 2018-07-15 15:20:45 -02:30 committed by Jeff Genender
parent 2b64b7b04f
commit 46160c7b7f
1 changed files with 1 additions and 0 deletions

View File

@ -611,6 +611,7 @@ public class ProtocolConverter {
}
consumerInfo.setDestination(actualDest);
consumerInfo.setDispatchAsync(true);
StompSubscription stompSubscription;
if (!consumerInfo.isBrowser()) {