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

Speed up topology initialization

Open danielmarbach opened this issue 4 years ago • 0 comments

For endpoints subscribing to multiple types, initializing of the topology can take a long time. For example, we have seen customers endpoints taking 20 seconds to set up the topology. Investigate whether it is possible to speed up the process by for example doing the topology declaration in Parallel (as long as the channel model is still synchronous) or later concurrently when the client is fully asynchronous.

danielmarbach avatar Nov 23 '21 07:11 danielmarbach