Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
julielerman committed Nov 4, 2014
1 parent 32937e2 commit f7736ed
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,10 @@ There are also examples of things that are specific to the demo, for example, I

The entire solution is not fleshed out. Instead, I worked through the sample code that i needed to demonstrate the concepts in my session.

There are a series of tests. One set, the ContactManagement Tests, uses RabbitMQ as the message queue.

In addition to Visual Studio, this solution uses RabbitMQ (rabbitmq.com) and the RabbitMQ .NET Client (http:https://www.rabbitmq.com/download.html).
There are a series of tests. The ContactManagement Tests and SalesOrder.Infrastructure tests, use RabbitMQ as the message queue. You'll need to isntall RabbitMQ (rabbitmq.com) to run those.

The solution requires you to build in order for it to retrieve some of it's necessary DLLs from Nuget.

This is a very big solution which contains what I would normally put into separate solutions.

For a more detailed discussion of the whole pub/sub workflow that triggers the messages to be queued, please see my MSDN Data Points columns:

A Pattern for Sharing Data Across Domain-Driven Design Bounded Contexts
Expand Down

0 comments on commit f7736ed

Please sign in to comment.