leemhenson / nservicebus
- Source
- Commits
- Network (3)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
andreas_ohlund (author)
Fri Dec 18 02:20:42 -0800 2009
| name | age | message | |
|---|---|---|---|
| |
AllProjects-NotForBuilding-SeeReadme.sln | Thu Jul 16 14:18:26 -0700 2009 | |
| |
Documentation/ | Thu Jan 01 14:47:20 -0800 2009 | |
| |
NServiceBus.snk | Sat Dec 06 04:51:54 -0800 2008 | |
| |
RunMeFirst.bat | Thu Oct 01 05:21:28 -0700 2009 | |
| |
Samples/ | Sun Dec 06 10:26:09 -0800 2009 | |
| |
acknowledgements.txt | Wed Jul 29 05:45:08 -0700 2009 | |
| |
build.bat | Wed Jul 01 02:08:50 -0700 2009 | |
| |
docs/ | Wed Nov 04 00:43:12 -0800 2009 | |
| |
external-bin/ | Fri Dec 04 10:51:02 -0800 2009 | |
| |
ilmerge.exclude | Tue Jul 28 13:31:48 -0700 2009 | |
| |
nant.build | Wed Dec 09 14:46:12 -0800 2009 | |
| |
readme.txt | Wed Sep 30 13:35:53 -0700 2009 | |
| |
src/ | Fri Dec 18 02:20:42 -0800 2009 | |
| |
tools/ | Fri Aug 14 00:15:33 -0700 2009 |
readme.txt
NServiceBus is a non-trivial framework that takes time to understand. The best way to get up and running is from the Samples. Run them, change them a bit, look at what references what. If you want to do your own thing, copy one of the samples (like FullDuplex), and change from there. ============ = Building = ============ In order to build the source, run the build.bat file. You'll find the built assemblies in /build/output. The satellite processes (distributor, timeout manager, and tools) will be in the adjacent directories. If you see CS1668 warning when building under 2008, go to the 'C:\Program Files\Microsoft SDKs\Windows\v6.0A' directory and create the 'lib' subdirectory. If you see the build failing, check that you haven't put nServiceBus in a deep subdirectory since long path names (greater than 248 characters) aren't supported by MSBuild. =========== = Running = =========== To run NServiceBus Msmq and MSDTC need to be installed and configured on your machine. To do this please run RunMeFirst.bat. Running an nServiceBus process is simple. Any external dependencies that are needed like MSMQ, MSDTC, databases will be set up automatically at startup if they aren't found.
