NServiceBus.RabbitMQ
NServiceBus.RabbitMQ copied to clipboard
Remove custom event hierarchy resolution
SubscribeAll
method is passing event type information as MessageMetadata
(this was introduced in Core v8). MessageMetadata
type contains information on the type hierarchy which was previously lacking and was recalculated by Conventional Topology.
With the new seam, it might be possible to remove the hierarchy recalculation logic from the transport.