You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.
teaser: Appccelerates your local event broker until it fires over process boundaries
navigation:
- name: Tutorial
link: distributedeventbrokertutorial.html
- name: Transports
link: distributedeventbrokertransports.html
- name: Scoping & Identification
link: distributedeventbrokerscoping.html
- name: Customization
link: distributedeventbrokercustomization.html
- name: Restrictions
link: distributedeventbrokerrestrictions.html
---
<h2>Setup of the distributed event broker</h2>
<p>The usage of the distributed event broker is astonishingly simple when you have prepared your transport layer. Basically it is only two lines of code. </p>
<script type="syntaxhighlighter" class="brush: csharp"><![CDATA[// Use existing event broker or create special one for distributed events
var eventBroker = new EventBroker();
// Use extension method AddDistributedExtension
var extension = // new TechnologySpecificDistributedEventBrokerExtension