-
-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Seeding docs on nservicebus and masstransit interop
- Loading branch information
Jeremy D. Miller
authored and
Jeremy D. Miller
committed
Feb 1, 2023
1 parent
302d6ba
commit 84d83bc
Showing
3 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Interoperability with MassTransit | ||
|
||
Wolverine is the new kid on the block, and it's quite likely that many folks will already be using MassTransit for messaging. | ||
Fortunately, Wolverine has some ability to exchange messages with NServiceBus applications, so both tools can live and | ||
work together. | ||
|
||
At this point, the interoperability is only built and tested for the [Rabbit MQ transport](./transports/rabbitmq.md). | ||
|
||
Here's a sample: | ||
|
||
snippet: sample_MassTransit_interoperability | ||
|
||
MORE SOON! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Interoperability with NServiceBus | ||
|
||
Wolverine is the new kid on the block, and it's quite likely that many folks will already be using NServiceBus for messaging. | ||
Fortunately, Wolverine has some ability to exchange messages with NServiceBus applications, so both tools can live and | ||
work together. | ||
|
||
At this point, the interoperability is only built and tested for the [Rabbit MQ transport](./transports/rabbitmq.md). | ||
|
||
Here's a sample: | ||
|
||
snippet: sample_NServiceBus_interoperability | ||
|
||
MORE SOON! |