franz1981 commented on a change in pull request #2577: ARTEMIS-1604 Artemis 
deadlock using MQTT Protocol
URL: https://github.com/apache/activemq-artemis/pull/2577#discussion_r264416307
 
 

 ##########
 File path: 
artemis-protocols/artemis-stomp-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/stomp/StompSession.java
 ##########
 @@ -79,6 +79,11 @@
       this.consumerCredits = 
ConfigurationHelper.getIntProperty(TransportConstants.STOMP_CONSUMERS_CREDIT, 
TransportConstants.STOMP_DEFAULT_CONSUMERS_CREDIT, 
connection.getAcceptorUsed().getConfiguration());
    }
 
+   @Override
+   public boolean supportsDirectDelivery() {
 
 Review comment:
   Same of mqtt

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to