-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Peek/Message count/Get message #31
Comments
Hello, Thanks for reaching out to us. Currently we don't have the ability to peek messages. What is your use cases for dequeueing a message but not doing anything with them? One danger with peeking them is when you have multiple consumers. |
Hi, Thanks for the reply. i am replacing the Microsoft.Azure library with the Foundatio one and have some old code i need to support.
|
@Rafael-Herscovici we don't currently have the ability to peek the next item in the queue abstraction. That seems like it might be a good feature to add, but we need to be careful because it needs to be implementable on all platforms that we support (Redis, SQS, ServiceBus, etc). |
How can you access those?
Can i Peek messages as in AzureStorage?
StartWorkingAsync
description says it dequeues the messages, what if i just want to iterate over them?The text was updated successfully, but these errors were encountered: