Skip to content

Keep message Body in response

Compare
Choose a tag to compare
@paupm paupm released this 11 Dec 15:44
c411a38

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.