Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1010 Bytes

File metadata and controls

25 lines (16 loc) · 1010 Bytes

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