Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 701 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 701 Bytes

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.