Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Lazzaretti/vscode-message-queue-explorer
Tool to view and interact with message queues for Visual Studio Code
https://github.com/Lazzaretti/vscode-message-queue-explorer
azure-message-broker message-queue visual-studio-code
Last synced: 2 months ago
JSON representation
Tool to view and interact with message queues for Visual Studio Code
- Host: GitHub
- URL: https://github.com/Lazzaretti/vscode-message-queue-explorer
- Owner: Lazzaretti
- License: mit
- Created: 2022-07-23T08:38:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-22T21:39:33.000Z (almost 2 years ago)
- Last Synced: 2024-07-30T20:59:48.525Z (5 months ago)
- Topics: azure-message-broker, message-queue, visual-studio-code
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=Lazzaretti.message-queue-explorer
- Size: 144 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Message Queue Explorer Extension for Visual Studio Code
[![Build and Test](https://github.com/Lazzaretti/vscode-message-queue-explorer/actions/workflows/build-test.yml/badge.svg?branch=main)](https://github.com/Lazzaretti/vscode-message-queue-explorer/actions/workflows/build-test.yml)
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
- Delete message from queue## Requirements
You need a Service Bus Connection String with `Manage` claim.
This is needed to list the queues and topics.## Release Process
1. bump the version in [package.json](./package.json) and commit it to the main branch
2. create a release with a tag with the verison number you commited