Skip to content

Lazzaretti/vscode-message-queue-explorer

Repository files navigation

Message Queue Explorer Extension for Visual Studio Code

Build and Test

A Visual Studio Code 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 and commit it to the main branch
  2. create a release with a tag with the verison number you commited