Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Determine whether a message has been received #5

Open
JosXa opened this issue Jun 2, 2020 · 2 comments
Open

Determine whether a message has been received #5

JosXa opened this issue Jun 2, 2020 · 2 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@JosXa
Copy link

JosXa commented Jun 2, 2020

From the given options, I'm unable to tell if there is a way for the producer to tell whether his sent message has been picked up by any consumer. Is that supported by this programming model?

@JosXa
Copy link
Author

JosXa commented Jun 2, 2020

I suppose I'm looking for something like a messageExists or isDeleted method, but can't find anything along those lines.

@mlasevich
Copy link
Owner

This is implementation/clone of RSMQ in python, which, as far as I remember, did not have this functionality - but it seems like it should be easy one to implement - it is just checking for an ID in Redis...

If you care to submit a patch, I would happily accept it otherwise I will try to get to this and #4 as soon I get some time :-)

@mlasevich mlasevich self-assigned this Jun 3, 2020
@mlasevich mlasevich added the help wanted Extra attention is needed label Oct 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants