Modernizing a 20-Year-Old WinForms Application – Part 3: TypeScript Surprises for C# Developers

QueueExplorer was originally built as a WinForms application. For its cross-platform version, we replaced the WinForms frontend with Electron while keeping the existing .NET backend. This made TypeScript the main language for the new user interface. TypeScript looked familiar enough to C# that we could just jump in, but there are some important conceptual differences. […]

Read More

QueueExplorer for Mac and Linux enters Beta — now with full Professional edition feature parity

A month ago, we released the first Alpha version of QueueExplorer for Mac and Linux. Since then, we’ve received valuable feedback from early adopters. Thanks! Today, we released Beta version. We reached feature parity with Professional edition, so now it supports schema operations, custom columns (XML, JSON, Regex), queue views and custom folders. You can […]

Read More

QueueExplorer now runs on Mac and Linux

For a long time, QueueExplorer has been a Windows-only application. That made sense when it was originally built for MSMQ, but over the years the world moved from Windows quite a bit. We added support for multiplatform queueing systems like RabbitMQ and ActiveMQ, but QueueExplorer itself needed Windows, or at least a Wine under Linux, […]

Read More

QueueExplorer 5 released – dark mode, schema operations

We just released a new major version of QueueExplorer. We feel this is a significant upgrade that brings entirely new kind of functionality, not available before – operations on metadata. Schema (metadata) operations (Pro) Schema operations allow you to export/copy definitions of queueing objects: queues, topics, exchanges, vhosts, etc. After that, you can import/paste them […]

Read More

RabbitMQ support in QueueExplorer

QueueExplorer 4.2 is out, and with it – official support for RabbitMQ. What changed since beta? Since February we improved performance quite a bit, added support for policies, and fixed a bunch of smaller issues. It can be downloaded from cogin.com/mq/download.php If you have any kind of feedback on how it works (or doesn’t work) […]

Read More