Releases: Shuttle/Shuttle.Esb
Releases · Shuttle/Shuttle.Esb
v8.0.12
v8.0.11
v8.0.9
v8.0.8
v8.0.5
v8.0.4
v8.0.3
-
added
OnConfigureQueues
/OnAfterConfigureQueues
events toStartupPipeline
-
acknowledge message on deserialize failure
When theDeserializeTransportMessageObserver
fails to deserialize theTransportMessage
the message is simply acknowledged as it has no hope of ever being handled. It is a rather odd case since such messages should never be present on the queue but should an invalid one be placed there, say, manually then this could happen. TheShuttle.Esb.Module.CorruptTransportMessage
module could be used to at least create a file copy of the stream when this does happen. -
throw exception when using bus when not started
-
added log when registering queue factory
v8.0.0
- visit the documentation for all the features