blazingmq-sdk-python icon indicating copy to clipboard operation
blazingmq-sdk-python copied to clipboard

Document the idiom for correlating a message's post with its ack/nack

Open pniedzielski opened this issue 1 year ago • 0 comments

We've had a few users ask how to do this, given that we do not expose a Correlation ID in the same way that the C++ SDK does. Instead, we expect users to pass different on_ack closures for each message, which is relatively Pythonic.

pniedzielski avatar Jul 22 '24 20:07 pniedzielski