Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/telstrapurple/purpleexplorer
cross-platform Azure Service Bus explorer (Windows, MacOS, Linux)
https://github.com/telstrapurple/purpleexplorer
avaloniaui azure azure-queue azure-service-bus azure-servicebus dotnet linux mac macos service-bus ubuntu windows
Last synced: about 16 hours ago
JSON representation
cross-platform Azure Service Bus explorer (Windows, MacOS, Linux)
- Host: GitHub
- URL: https://github.com/telstrapurple/purpleexplorer
- Owner: telstrapurple
- License: mit
- Created: 2020-09-15T01:53:34.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-09T21:43:10.000Z (11 months ago)
- Last Synced: 2024-04-25T00:21:22.488Z (7 months ago)
- Topics: avaloniaui, azure, azure-queue, azure-service-bus, azure-servicebus, dotnet, linux, mac, macos, service-bus, ubuntu, windows
- Language: C#
- Homepage:
- Size: 341 KB
- Stars: 158
- Watchers: 13
- Forks: 29
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Purple Explorer - cross-platform Azure Service Bus explorer (Windows, macOS, Linux)
Purple Explorer is a cross-platform desktop application built with .NET 6.
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 its details
* Send a new message
* Save messages to send them quickly
* Delete a message **^**
* Purge active or dead-letter messages
* Re-submit a message from dead-letter
* Dead-letter a message **^****\^ NOTE:** These marked actions require receiving all the messages up to the selected message and this increases DeliveryCount. Be aware that there can be consequences to other messages in the subscription.
## How to Download
Win-x64, macOS-x64, macOS-arm64 and linux-x64 pre-built binaries can be found on [Releases](https://github.com/telstrapurple/PurpleExplorer/releases) page.Note that you need to have [.Net 6](https://dotnet.microsoft.com/en-us/download/dotnet/6.0) installed first.
## How to run
### Windows
> _Right-click_ -> OpenYou can allow windows defender to start this application:
> click on _More Info_ -> Run anyway### macOS
> _Right-click_ -> OpenYou can allow macOS to start this application by enabling Developer tools for Terminal:
> _System Preferences -> Security & Privacy -> Privacy_, select "Developer Tools" on the left, check terminal on the right.You can make `PurpleExplorer` file executable by:
> chmod +x PurpleExplorer### Linux (CentOS, Debian, Fedora, Ubuntu and derivatives)
> _Right-click_ -> Run