-
Notifications
You must be signed in to change notification settings - Fork 79
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
Feature Request: Conditional reading for PGMQ #288
Comments
Hello @yayahc. To clarify, do you mean that
I think this would be a great feature. There have been some offline discussions about having a feature like this for @theory , I wonder if any of the jsonpath projects might come in useful here. |
@ChuckHend exactly, it will be awesome to have this feature |
💎 $300 bounty • TemboSteps to solve:
Thank you for contributing to tembo-io/pgmq! Add a bounty • Share on socials
|
/attempt #288 Options |
/attempt #288
|
💡 @Neptune650 submitted a pull request that claims the bounty. You can visit your bounty board to reward. |
/attempt #288
|
🎉🎈 @Neptune650 has been awarded $300! 🎈🎊 |
I request an enhancement for the PGMQ extension to support conditional message retrieval. This would allow pulling based on specific attributes directly within the pgmq_read function.
eg: Pull messages with a specific type:
SELECT * FROM pgmq_read('my_queue', 30, 1, '{"type": "A"}');
Thank you for considering this feature request.
The text was updated successfully, but these errors were encountered: