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

Support concurrent Subscribe on the ISubscriptionManager

Open tmasternak opened this issue 3 years ago • 0 comments

With the new transport seam, it might be possible to better handle the Subscribe method. In the new API, the method gets all the events that the transport should subscribe to which opens the door for the concurrent setup of the infrastructure instead of one after the other approach we use now.

tmasternak avatar Mar 22 '21 13:03 tmasternak