Skip to content

Commit

Permalink
Seeding docs on nservicebus and masstransit interop
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy D. Miller authored and Jeremy D. Miller committed Feb 1, 2023
1 parent 302d6ba commit 84d83bc
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ export default {
{text: 'Endpoint Specific Operations', link: '/guide/messaging/endpoint-operations'},
{text: 'Broadcast to a Specific Topic', link: '/guide/messaging/broadcast-to-topic'},
{text: 'Message Expiration', link: '/guide/messaging/expiration'},
{text: 'Interoperability with NServiceBus', link: '/guide/messaging/nservicebus'},
{text: 'Interoperability with MassTransit', link: '/guide/messaging/masstransit'},
]
},
{
Expand Down
13 changes: 13 additions & 0 deletions docs/guide/messaging/masstransit.md
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!
13 changes: 13 additions & 0 deletions docs/guide/messaging/nservicebus.md
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!

0 comments on commit 84d83bc

Please sign in to comment.