Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions samples/pipeline/masstransit-messages/sample.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ snippet: MassTransitConsumer

Because the event is published in RabbitMQ, NServiceBus can also subscribe to it.

> [!NOTE]
> This sample shows how to use a NServiceBus behavior to ingest messages from a MassTransit system. To see how to alter the MassTransit messages to not need an NServiceBus behavior but instead use the [MassTransit.Interop.NServiceBus](https://nuget.org/packages/MassTransit.Interop.NServiceBus/) package, see [the MassTransit docs](https://masstransit.io/documentation/configuration/integrations/nsb).

## NServiceBus subscriber

### Basic setup
Expand Down