Skip to content

Commit

Permalink
Editorial tweak on masstransit messages sample.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NChaganlal authored Nov 15, 2024
1 parent fbbb3df commit 6fc8bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/pipeline/masstransit-messages/sample.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ 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).
> This sample shows how to use an NServiceBus behavior to ingest messages from a MassTransit system. Alternatively, the [MassTransit.Interop.NServiceBus](https://nuget.org/packages/MassTransit.Interop.NServiceBus/) package may be used, as described in [the MassTransit docs](https://masstransit.io/documentation/configuration/integrations/nsb).
## NServiceBus subscriber

Expand Down

0 comments on commit 6fc8bbd

Please sign in to comment.