MyServiceBuspreview

Messaging that speaks both languages

One service bus.
Two ecosystems.

Build asynchronous .NET and Java services with the same focused, MassTransit-inspired messaging model.

RabbitMQ verified · Azure Service Bus verified preview
01 — QUICK START
$dotnet add package Sundstrom.MyServiceBus.RabbitMq
Loading code…
Continue the C# guide

The essentials

A small set of concepts that travel well.

01

Publish events

Fan out facts to every interested service without coupling producers to queues.

02

Send commands

Direct work to a specific endpoint when exactly one consumer should handle it.

03

Consume safely

Use scoped consumers, retries, faults, and test harnesses with aligned semantics.

Focused documentation

From first message to production behavior.

Learn the portable concepts first, then add transport and testing detail when you need it.