Skip to content

improving/RockyBus

 
 

Repository files navigation

RockyBus

A .NET Standard message bus library that is extensible for simple needs.

Getting Started

See demo project for now.

Why?

  • Projects getting into event based architecture may have a harder time justifying NServiceBus and want to get started. Should be easy refactor and transition to NServiceBus when the time is right.
  • More simple projects that only requires simple, common messaging patterns.

Supported Message Transports

  • Azure Service Bus

Supported Patterns

  • PubSub Pattern
  • Command Message

Supported Dependency Injection Frameworks

  • Microsoft.Extensions.DependencyInjection

Supported .NET Versions

  • .NET Core 2.0
  • ??

Feel free to reach out to contribute.

About

A .NET Standard message bus library that is extensible for simple needs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%