Looking for varied nservicebus example repos that uses rabbitmq

This page summarizes the projects mentioned and recommended in the original post on /r/dotnet

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Workshop

    SOA Done Right (by Particular)

  • The workshop code is here, but for an up-to-date version that I use to demo end-to-end tracing is here. It's quite a big example because it's intended to show a Real distributed system (just in one repository).

  • presentations

    Presentations I give

  • The workshop code is here, but for an up-to-date version that I use to demo end-to-end tracing is here. It's quite a big example because it's intended to show a Real distributed system (just in one repository).

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Integration/functional testing is more complicated and has diminishing returns, but I've also got a package for that.

  • Sample-Direct

    Sample showing how to use direct exchanges with routing keys on RabbitMQ

  • This sample configures direct exchanges in RabbitMQ, but it's using MassTransit instead of NServiceBus. Topic exchanges work similar, but match patterns instead of exact routing keys.

  • MassTransit

    Distributed Application Framework for .NET

  • Sample-Library

  • There are some fairly advanced saga unit tests in the Sample-Library project. There are actual integration tests as well adjacent to that folder. The tests are covered in this episode.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • 📦 Data consistency, outbox pattern and idempotency in a microservice architecture

    5 projects | dev.to | 18 Oct 2022
  • Do I need message queues for sending emails/texts via services like SendGrid, AWS SES, Twilio etc.? How do you decide if you need message queues or not? What questions do you ask yourself?

    1 project | /r/dotnetcore | 20 Jun 2022
  • Hello my company is trying to port from PHP to C#. Currently we want to port worker an example you execute cli command which is long running command which consumes messages from Rabbit Mq. How do you suggest that we do it in Dotnet way?

    1 project | /r/dotnetcore | 6 May 2022
  • .NET application stuck and on processing bus messages because of possible other activity in the console app? How can I debug?

    2 projects | /r/csharp | 10 Mar 2022
  • Would you prefer to control a C# TCP Server from Action<T> or from Attributes [MessageReceive]

    2 projects | /r/csharp | 3 Feb 2022