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

More about messages – Azure Service Bus for MSMQ users, Part 4

Let’s talk a bit more about Azure Service Bus messages and what’s different compared to MSMQ. For start, there are mechanisms to hide messages and delay their processing. This is available both in queues and topics/subscriptions. Deferred messages If a message shouldn’t be processed immediately but shouldn’t be deleted for good either, you can defer it. While message is […]

Read More