Hi, I'm using the qpid proton python 0.34 client and was curious about the on_accepted event handler. Is there a way to know *which* message was accepted? Will it always be the message last sent, or can they be accepted in a different order than sent? I think I read in the C++ documentation that sessions ensure sequential message handling. Perhaps I need to leverage those?
To summarize my particular use case, I have an on_message handler that will reply to incoming messages and I'd like to accept and settle the incoming message (and update a local outbox) only after its corresponding reply has been accepted. Hope my question makes sense and thank you in advance! Ray Mendez Internal Use - Confidential