Acknowledge reception of a single message. If the session responsible to acknowledge this message has {@code autoCommitAcks}set to {@code true}, the transaction will automatically commit the current transaction. Otherwise, this acknwoledgement will not be committed until the client commits the session transaction.
@throws HornetQException if an error occured while acknowledging the message.
@see ClientSession#isAutoCommitAcks()
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.