Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hbulens/50cfef9035ebb81b995f9590860a1967 to your computer and use it in GitHub Desktop.
Save hbulens/50cfef9035ebb81b995f9590860a1967 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<section name="UnicastBusConfig" type="NServiceBus.Config.UnicastBusConfig, NServiceBus.Core" />
</configSections>
<UnicastBusConfig>
<MessageEndpointMappings>
<add Assembly="hbulens.ServiceBus.Messages" Endpoint="hbulens.ServiceBus.Publisher" />
</MessageEndpointMappings>
</UnicastBusConfig>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment