Skip to content

Tags: hibernating-rhinos/rhino-esb

Tags

v3.1.1

Toggle v3.1.1's commit message
Added IsolationLevel to host configuration

v3.1.0

Toggle v3.1.0's commit message
Updated to Rhino.Queues 2.1.0.0

v3.0.0

Toggle v3.0.0's commit message
Fixed redundant logging module registration

v2.3.4

Toggle v2.3.4's commit message
Updated rhino queues dependency

v2.3.3

Toggle v2.3.3's commit message

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

Toggle v2.3.2's commit message
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

Toggle v2.3.1's commit message
Fixed dispose bug on Deploy action for host

v2.3.0

Toggle v2.3.0's commit message
Break Castle.Core dependency from Rhino.ServiceBus and add support fo…

…r Spring proxy detection

v2.2.2

Toggle v2.2.2's commit message
Updated queues to v1.4.0

v2.2.1

Toggle v2.2.1's commit message
Fixed test related to recent named component registration change