Keep message Body in response
Before this release, when a message was acked or nacked, a new message was created for the response, having the same Id but holding no information about the original message in the Body (actually it had just a boolean value in the Body to indicate whether the message was processed properly or not).
This release is meant to use the original message in the response, and update the acked
field to indicate the result status.