SzymonPobiega / NServiceBus.Bridge

A bridge that can connect endpoints using different NServiceBus transports
MIT License
4 stars 3 forks source link

Can a single bridge connect multiple endpoints? #19

Closed SeanFeldman closed 6 years ago

SeanFeldman commented 6 years ago

For endpoinst A and B to talk to each other, a Bridge is needed. If a third endpoint is added, C, to talk to other endpoints, would it require:

SeanFeldman commented 6 years ago

The short answer - mutliple endpoint can communicate through the same transport. image

SzymonPobiega commented 6 years ago

I've updated the doco https://docs.particular.net/nservicebus/bridge/?version=bridge_2 with some topology examples