Skip to content

Instantly share code, notes, and snippets.

@andreasohlund
Created June 1, 2011 09:48
Show Gist options
  • Select an option

  • Save andreasohlund/1002053 to your computer and use it in GitHub Desktop.

Select an option

Save andreasohlund/1002053 to your computer and use it in GitHub Desktop.
Exercise 5
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<section name="UnicastBusConfig" type="NServiceBus.Config.UnicastBusConfig, NServiceBus.Core"/>
</configSections>
<UnicastBusConfig>
<MessageEndpointMappings>
<add Messages="Messages.Request, Messages" Endpoint="server" />
</MessageEndpointMappings>
</UnicastBusConfig>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment