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

Process exact message #72

Open
norkunas opened this issue Feb 1, 2024 · 2 comments
Open

Process exact message #72

norkunas opened this issue Feb 1, 2024 · 2 comments

Comments

@norkunas
Copy link
Contributor

norkunas commented Feb 1, 2024

Can we have a possibility to provide message index which message should be processed from the queue?
If there are many different messages and I need to process only one the test can grow very large because of needing to mock many things..

@kbond
Copy link
Member

kbond commented Feb 4, 2024

Interesting, and this message would be removed from the queue?

We already have a way to filter messages on the queue. I wonder if we could hook into that API and "process" the found message.

@norkunas
Copy link
Contributor Author

norkunas commented Feb 4, 2024

Yes, it should be removed :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants