1
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 8 hours ago.
Sep 27, 2024 — Sep 27, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated queues to v1.4.0 More... almost 14 years ago
Fixed load balancer so it no longer hogs CPU resources when there are no workers available to process a message More... almost 14 years ago
Fixed Autofac issue where queue was not created on bus start. More... almost 14 years ago
Removes superflous comments. More... almost 14 years ago
Fixes issue with DateTime serialization not perserving the Kind property. More... almost 14 years ago
Fixed test related to recent named component registration change More... about 14 years ago
Upgraded Autofac to latest version - 2.5.2.830 More... about 14 years ago
Fixed bug in CastleBootStrapper that caused problems when there was more than one consumer with the same class name More... about 14 years ago
Updated libs and nuspec files to specify dependent version. More... about 14 years ago
Fixed a bug that allowed only one delayed message per DateTime to be processed until the service was restarted. More... about 14 years ago
Fixed a bug in OnTimeoutCallback. More... about 14 years ago
Added ability to set custom account when installing windows service More... about 14 years ago
Added returning non-zero exit code on error in Rhino.ServiceBus.Host More... about 14 years ago
Merge branch 'TimeoutMessageBugfix' of https://github.com/RyanHauert/rhino-esb into rhauert More... about 14 years ago
Builds on 3.5 More... about 14 years ago
Added tests to verify the right events are raised when receiving timed messages on rhino queues. More... about 14 years ago
When handling a delayed message, BeforeMessageTransactionCommit is now raised. More... about 14 years ago
Fixed culture specific serialization issue of float and double.
J.L
More... about 14 years ago
Added possibility to deserialize types with non-public constructors.
J.L
More... about 14 years ago
Made more changes to HostConfiguration for performance counters. More... about 14 years ago
Merge branch 'HostConfigurationPathSupport' of https://github.com/lahma/rhino-esb into lahma-host More... about 14 years ago
Move storage path setting from RhinoQueuesHostConfiguration to HostConfiguration More... about 14 years ago
Updated Spring.NET dependency to version 1.3.2 More... about 14 years ago
Added new repo for nuget to conform with conventions for Rhino.ServiceBus package. Made old Rhino-ESB package depend on the new package for updating support. Added version for Autofac for nuget because latest has a breaking change. More... about 14 years ago
Fixed nuget spec for handling multiple framework version. More... about 14 years ago
Fixed build configuration for 3.5 and 4.0. More... about 14 years ago
SendToSelf, DelaySendToSelf and HandleMessageLater moved from IServiceBus to extension methods More... about 14 years ago
Fixed structure of nuget spec file for reference project. More... about 14 years ago
Added convenience methods SendToSelf and DelaySendToSelf to IServiceBus More... about 14 years ago
Fixed run tests property in build file. More... about 14 years ago