franz1981 commented on a change in pull request #2647: ARTEMIS-2323 
NettyTransport should also send requests with void promises
URL: https://github.com/apache/activemq-artemis/pull/2647#discussion_r282207541
 
 

 ##########
 File path: 
tests/artemis-test-support/src/main/java/org/apache/activemq/transport/netty/NettyTransport.java
 ##########
 @@ -38,6 +38,8 @@
 
    ByteBuf allocateSendBuffer(int size) throws IOException;
 
+   void sendVoidPromise(ByteBuf output) throws IOException;
 
 Review comment:
   Probably MQTT or Stomp (i don't remember) are using the version that need a 
proper callback while AMQP doesn't need it

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