Skip to content

Tags: hibernating-rhinos/rhino-esb

Tags

v3.1.1

Added IsolationLevel to host configuration

v3.1.0

Updated to Rhino.Queues 2.1.0.0

v3.0.0

Fixed redundant logging module registration

v2.3.4

Updated rhino queues dependency

v2.3.3

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Dispose not being called when stopping service

Found a bug where the host instance variable inside of the
RhinoServiceBusHost was never being set anymore.  This was resulting in
dispose not being called when the service was stopped.

It looks like this was introduced in commit cafe675

v2.3.2

Message consumers under Windsor are now resolved with the default rel…

…ease policy of the container. This enables their proper decommission when using LifecycledComponentsReleasePolicy.

v2.3.1

Fixed dispose bug on Deploy action for host

v2.3.0

Break Castle.Core dependency from Rhino.ServiceBus and add support fo…

…r Spring proxy detection

v2.2.2

Updated queues to v1.4.0

v2.2.1

Fixed test related to recent named component registration change