Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Add a callback parameter to produced messages, called upon receipt #506

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Mar 17, 2016

  1. Add a callback parameter to produced messages, called upon receipt

    Rather than iterate over a delivery report, an optional callback per message
    is used that gets called when the message is marked as delivered. This
    makes it easier to attach behaviors to particular messages without having to
    correlate message bodies in a delivery report.
    mikepk committed Mar 17, 2016
    Configuration menu
    Copy the full SHA
    e7e9d69 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2016

  1. Configuration menu
    Copy the full SHA
    9600945 View commit details
    Browse the repository at this point in the history