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_r264416143
 
 

 ##########
 File path: 
artemis-protocols/artemis-mqtt-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/mqtt/MQTTSessionCallback.java
 ##########
 @@ -36,6 +36,11 @@ public MQTTSessionCallback(MQTTSession session, 
MQTTConnection connection) throw
       this.connection = connection;
    }
 
+   @Override
+   public boolean supportsDirectDelivery() {
 
 Review comment:
   According to @clebertsuconic is not that way: there are protocols that 
doesn't support direct deliver and I seems that mqtt is one of them.

----------------------------------------------------------------
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