Skip to content

dzfweb/Loosely.CustomerPortal

 
 

Repository files navigation

A Real-World MassTransit Customer Portal Example

Now that we’ve seen some simple examples of how to use MassTransit with the Publish/Subscribe pattern on multiple machines, let’s build something that resembles a more real-world app. In this article, we’ll build an ASP.NET MVC Customer Portal app where a customer can create a new support ticket. The ticket will be published onto the service bus. We’ll create a Windows Service to be the subscriber of these messages and it will handle the tickets, in this example, sending a confirmation email to the customer.

This is a big one, so roll up your sleeves…

Continue Reading

About

Customer Portal example for LooselyCoupledLabs.com blog.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 97.0%
  • CSS 2.2%
  • Classic ASP 0.8%