Topics and subscriptions – Azure Service Bus for MSMQ users, Part 2

Topics and their subscriptions represent publish-subscribe (pub-sub) messaging pattern. If you’re coming from MSMQ, that’s a new concept. What’s the difference to plain old queue? Simplest scenario for a queue (and arguably most common one) is – single sender and single receiver: Of course, we could have multiple senders, but that doesn’t create problems unless we want to […]

Read More

QueueProxy on MSMQ cluster

Managing clustered MSMQ was always tricky, since it runs as a separate instance, i.e. more or less like a separate “virtual” computer with MSMQ installed. When you try to manage it from QueueExplorer you’ll see that there are some limitations since it’s done in remote mode, either from one of cluster nodes or from some other […]

Read More

QueueMonitor 1.0 released

Thanks for your feedback and support during beta testing of QueueMonitor! That helped us a lot to reach v1.0. What’s new for v1.0? Apart from smaller fixes, there are two significant improvements. First one is import/export of tasks. It makes it easy to configure tasks on one server and transfer them to another one. Or to create backup before […]

Read More

QueueExplorer 3.3 – Queue views (PRO)

QueueExplorer 3.3 bring queue views for Professional edition. Queue views allow user to configure how messages are filtered, displayed, etc. on queue by queue basis. Following settings are stored: Which columns are displayed Filtering and sorting Limiting number of messages (i.e. “Top x messages”) .Net viewer assembly path Encodings for body and extension when displayed […]

Read More