NServiceBus.RabbitMQ icon indicating copy to clipboard operation
NServiceBus.RabbitMQ copied to clipboard

Remove custom event hierarchy resolution

Open tmasternak opened this issue 3 years ago • 0 comments

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.

tmasternak avatar Mar 22 '21 13:03 tmasternak