Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lazzaretti/vscode-message-queue-explorer-backup
https://github.com/lazzaretti/vscode-message-queue-explorer-backup
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lazzaretti/vscode-message-queue-explorer-backup
- Owner: Lazzaretti
- Created: 2022-07-24T12:35:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-24T12:58:21.000Z (over 2 years ago)
- Last Synced: 2024-10-28T12:35:32.089Z (about 2 months ago)
- Language: TypeScript
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Message Queue Explorer Extension for Visual Studio Code
A [Visual Studio Code](https://code.visualstudio.com/) extension to view and interact with Service Bus message queues.
## Features
Currently, Azure Service Bus is supported. With the following features:
* List Queues & Topics including total message count and total dead-letter message count.
* List messages in a specific queue
* List dead-letter message
* Requeue dead-letter messages## Requirements
You need a Service Bus Connection String with `Manage` claim.
This is needed to list the queues and topics.