Open App

Cross-Platform Engineering

Azure Service Bus Explorer for Mac and Linux

Modern cloud development is inherently multi-platform. While traditional Service Bus administration tools are historically bound to Windows desktop runtimes, Bussin offers a direct, protocol-native administration experience in the browser—providing macOS and Linux engineers with instant, native-speed queue and topic access with zero dependencies.

Solving the Mac and Linux Tooling Gap

Developers using macOS or Linux frequently encounter friction when trying to administer Azure Service Bus namespaces. Traditional tools present distinct barriers:

Direct AMQP Tunneling on standard Browser Engines

Bussin achieves platform parity by using standard HTML5 and web APIs to run directly in any browser engine (V8, WebKit, Gecko). By combining delegated Entra ID authentication with Rhea AMQP connections tunneled over WebSockets (`wss://`), Bussin gives macOS and Linux users a secure, fast, and feature-rich console:

Bussin administrative workspace displaying active message peeks, system headers, custom JSON body payload, and connection settings
A clean, premium browser UI that operates with protocol fidelity across macOS, Linux, and Windows.

Deep Diagnostic Features

Dead-Letter Queue (DLQ) Recovery

Examine failed messages, isolate delivery failures via custom headers (`DeadLetterReason`), modify bodies, and resubmit them safely with background worker control.

Multi-Tenant Folder Hierarchy

Organize numerous dev, staging, and production namespaces across separate directories. Instantly locate entities via active search—stored in browser localStorage.

Deep Index Payload Scans

Perform multi-criteria client-side indexing. Search up to 1,000,000 active message bodies, session IDs, and sequence numbers using flexible pattern filters.

Flexible Authentication

Switch between corporate Entra ID identity logins and secure, locally-scoped SAS connection strings instantly depending on environment requirements.

Related Resources

To learn more about advanced messaging architectures and browser-native patterns, explore our guide on Peek-lock state management, review Dead-letter recovery procedures, or see how our WebSocket transport layer functions under the hood.