You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Include async result handlers on delivery state change methods, accepted, released, rejected, & modified.
Use case
Message consumer completes processing a message and calls the accepted method. The broker fails to receive or handle the state change for some reason. That message could potentially be redelivered and reprocessed. An async result handler would allow the message consumer to take appropriate action in the event of a failure, or move on with confidence that the message's lifecycle is complete.
The text was updated successfully, but these errors were encountered:
Description
Include async result handlers on delivery state change methods,
accepted
,released
,rejected
, &modified
.Use case
Message consumer completes processing a message and calls the
accepted
method. The broker fails to receive or handle the state change for some reason. That message could potentially be redelivered and reprocessed. An async result handler would allow the message consumer to take appropriate action in the event of a failure, or move on with confidence that the message's lifecycle is complete.The text was updated successfully, but these errors were encountered: