Handlers
You can define one or more message handlers for inbound processing, and one or more for outbound processing. Each handler is responsible for determining how a particular type of message is to be processed.
Inbound handlers are based on the IInboundMessageHandler
interface, and outbound handlers are based on either the
IOutboundMessageHandler
interface or the
IOutboundQueueMessageHandler
interface. Each interface implements a
Handle
method that defines how a message is to be processed.