Created
June 2, 2011 15:15
-
-
Save andreasohlund/1004622 to your computer and use it in GitHub Desktop.
Distributor.config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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