From 551c182c260318208163306f2e42b5ecc9aeebe1 Mon Sep 17 00:00:00 2001 From: Arman <71238839+armannaj@users.noreply.github.com> Date: Tue, 23 Feb 2021 08:51:09 +1100 Subject: [PATCH] Queues (#35) * added service bus queue feature * Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c4f6e7..581df0f 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,9 @@ Purple Explorer is a cross-platform desktop application built with .NET Core. It's a simple tool to help you: * Connect to Azure Service Bus * View topics and subscriptions +* View queues * View active and dead-letter messages -* View message body and details +* View message body and its details * Send a new message * Save messages to send them quickly * Delete a message^