NServiceBus.AmazonSQS
NServiceBus.AmazonSQS copied to clipboard
Support concurrent Subscribe on the ISubscriptionManager
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.