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

This closes #287
This commit is contained in:
jgoodyear 2018-07-15 15:20:45 -02:30 committed by Jeff Genender
parent 3397a97213
commit a1e5b970d8
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()) {