abstract fun ack(connection: StompServerConnection, frame: Frame): Boolean
Handles a ACK frame.
ACK
connection - the connection
connection
frame - the ACK frame
frame
Return true if the destination has handled the frame (meaning it has sent the message with id)
true