Fork me on GitHub

Transport layers

The sections below are not meant to serve as an introduction into the specific transport layers. For transport layer specific setup, read the documentation pages provided by the project owners.

NServiceBus

Make sure that Appccelerate.DistributedEventBroker.NServiceBus.dll is scanned by NServiceBus when auto loading of message handlers is enabled.

MassTransit

Make sure the MassTransitEventFiredHandler is registered with transient life time in the underlying container. When supported, use assembly scanning functionality of container and include Appccelerate.DistributedEventBroker.MassTransit.dll in the search.

RhinoESB

Make sure the RhinoEsbEventFiredHandler is registered in the windsor container.