1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed warning in test project. More... about 13 years ago
Added support for logEndpoint with Rhino Queues More... about 13 years ago
Updated both containers and tests for customizing MSMQ headers. More... about 13 years ago
Added support for customizing headers with MSMQ. More... about 13 years ago
Updated for latest build and queue location changes from master. More... about 13 years ago
Added nuget package file. More... about 13 years ago
Updated psake. Updated Castle. Updated build to output both 3.5 and 4.0. Increased version on projects to 4.0. Changed reference path for lib to account for multiple framework versions. This means under VS will always build under 4.0, but tests and build for 3.5 will still happen through build scripts. More... about 13 years ago
Fixed MessageLoggingModule - constructs failure messages correctly now More... about 13 years ago
Fixing newbie git mistake. Adding file that should have been included in last commit. More... about 13 years ago
Added ability to configure ESENT storage location when using Rhino.Queues and HostConfiguration. More... about 13 years ago
Added a readme file More... about 13 years ago
Fixed readyForWorkEndpoint configuration. Updated Starbucks sample to use ready for work listener. More... over 13 years ago
Removed load balancer specific hosting classes. This enables the DefaultHost to handle the load balancer also. More... over 13 years ago
Simplified load balancer bootstrapping. Fixed warnings in test project. More... over 13 years ago
Fixed ignored configuration attribute readyForWorkEndpoint. Changed starbucks sample to use a ready for work queue. This fixes the frequent failures when using a load balancer. More... over 13 years ago
Renamed facility classes so they are less Castle specific. Made container projects fail build on warnings and fixed warnings. More... over 13 years ago
RhinoQueues working tests with StructureMap. More... over 13 years ago
More StructureMap tests passing. More... over 13 years ago
First tests are passing for StructureMap. Signed new assembly. More... over 13 years ago
Refactored registration to remove extra conditions placed on container implementations. Introduced IBusContainerBuilder, yes it's one class, but it's easy to follow. Implemented StructureMap, still needs testing. More... over 13 years ago
Renamed redundant Castle class names for configuration aware implementations. Updated build script to include Rhino.ServiceBus.Castle.dll More... over 13 years ago
Finished off changes for OneWayBus. All tests pass now. More... over 13 years ago
Finished off LoadBalancerHost implementation. Fixed improper disposal of Starbucks integration tests that would sometimes cause the test runner to hang. Provided translation from HostConfiguration to BusConfigurationSection More... over 13 years ago
Made changes for LoadBalancerHost, now there is a bootstrapper requirement for container specific implementations. Brought over ProxyUtil from Castle to remove Windsor dependency. Will still depend on Castle.Core for future messaging enhancements. Only thing left is one way bus registration. More... over 13 years ago
Configuration updated to remove castle dependency. Introduced IServiceLocator to remove runtime dependency on castle. Still need to update one way bus and load balancer host. More... over 13 years ago
Made AbstractBootStrapper not dependent on Windsor. Added project for Castle Windsor. Created CastleBootStrapper. Decided to go the route of container specific implementations of key pieces rather than abstracting all implementations to a less useful IContainer. This will have less breaking changes for most and will still deliver the same API others would be used to with their container of choice. More... over 13 years ago
Introduced consumer locator. First step to abstract runtime dependency on windsor. More... over 13 years ago
Default MSMQ queue permissions now include SendMessage rights for Everyone and Anonymous More... over 13 years ago
Adding Rhino.ServiceBus.Host.exe to release output More... over 13 years ago
Updated xUnit dll's and fixed one failing test from upgrade. Updated Castle to 2.5.2. There is an access visibility change in Castle's facility for Kernel that may need to be addressed different than I currently handled it. Updated psake build script to use appropriate console runner based on 3.5 or 4.0 build. More... over 13 years ago