Skip to content

Instantly share code, notes, and snippets.

@andreasohlund
Created June 2, 2011 15:15
Show Gist options
  • Select an option

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

Select an option

Save andreasohlund/1004622 to your computer and use it in GitHub Desktop.
Distributor.config
<?xml version="1.0"?>
<configuration>
<appSettings>
<add key="NumberOfWorkerThreads" value="1"/>
<add key="DataInputQueue" value="distributorDataBus"/>
<add key="ControlInputQueue" value="distributorControlBus"/>
<add key="ErrorQueue" value="error"/>
<add key="StorageQueue" value="distributorStorage"/>
<add key="NameSpace" value="http://www.UdiDahan.com"/>
<!-- relevant when the Serialization value is "xml" -->
<add key="Serialization" value="xml"/>
<!-- can be either "xml", or "binary" -->
</appSettings>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment