Skip to content

Commit

Permalink
Update README.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
danielHalan committed Oct 11, 2015
1 parent 5ce0367 commit 00ab1c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -3,7 +3,7 @@ Service Bus MQ Manager - v4.xx
An application to view and manage Service Bus messages.

## Overview
Service Bus MQ Manager works by monitoring a Queue (currently MSMQ) and parsing the Messages presnting them in a list sorted by Commands, Events, Messages and Errors. Currently [MassTransit implementation](https://github.com/jjchiw/ServiceBusMQManager) and [NServiceBus implementation](https://github.com/danielHalan/ServiceBusMQManager) is supported, but its possible to [create a new Service Bus Adapter](https://github.com/danielHalan/ServiceBusMQManager/wiki/Building-a-Service-Bus-Adapter) for other Service Bus enviroments.
Service Bus MQ Manager works by monitoring a Queue and parsing the Messages presenting them in a list sorted by Commands, Events, Messages and Errors. Currently MSMQ and Azure Service Bus queues are supported, and message parsing for [MassTransit](https://github.com/jjchiw/ServiceBusMQManager) and [NServiceBus](https://github.com/danielHalan/ServiceBusMQManager) is supported, its also possible to [create a new Service Bus Adapter](https://github.com/danielHalan/ServiceBusMQManager/wiki/Building-a-Service-Bus-Adapter) for other Service Bus messages & Queue providers.

The application is most useful when used in a [CQRS architecture](http://cqrsinfo.com), where its common to send Commands and Event messages using a Service Bus.

Expand Down

0 comments on commit 00ab1c8

Please sign in to comment.