You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2020/04/27 07:35:22 UTC

[GitHub] [activemq-nms-amqp] michaelandrepearce commented on pull request #56: AMQNET-637 NMS 2.0 - Add NMS 2.0 method implementations.

michaelandrepearce commented on pull request #56:
URL: https://github.com/apache/activemq-nms-amqp/pull/56#issuecomment-619791341


   Because for non persistent there is no need to block even at the packet send layer, as such you just send async and dont care for result. This was actually there in jms 1.1 for non persistent even...
   
   For transaction even when persistent you can send async, you do need to track confirms async but then the transaction is sync, flushing any in flight async buffers etc.
   
   


----------------------------------------------------------------
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:
users@infra.apache.org