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