NO_ACKNOWLEDGE
NO_ACKNOWLEDGE mode suppresses the acknowledgment of received messages.
After the server sends a message to the client, all information regarding that message for that consumer is eliminated from the server. Therefore, there is no need for the client application to send an acknowledgment to the server about the received message. Not sending acknowledgments decreases the message traffic and saves time for the receiver, therefore allowing better utilization of system resources.
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.