Right now, there isn't a way to determine if a message has been successfully deleted/consumed, since SQSMessage.consume is of type () => Unit. Maybe this can be changed to return Future[Boolean], or whatever is appropriate.
That being said, thank you to the folks at Kifi (and others) for creating this simple, convenient library!