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
The other service bus package, webjobs.service bus has a function called GetMessageSessions() which will list all sessions of a queue.
GetMessageSessions()
This package does not have this, and I don't want to iterate over all messages in a queue to list the session id's.
The text was updated successfully, but these errors were encountered:
We have opened an investigation task for this in our backlog to check the possibilities of exposing this, and will update this issue when we have more information.
Sorry, something went wrong.
No branches or pull requests
Description
The other service bus package, webjobs.service bus has a function called
GetMessageSessions()
which will list all sessions of a queue.This package does not have this, and I don't want to iterate over all messages in a queue to list the session id's.
The text was updated successfully, but these errors were encountered: