public void Setup() { // Create queue "NServiceBus.Subscriptions" to simulate the presence of the old default queue. queuePath = MsmqAddress.Parse(oldDefaultQueue).PathWithoutPrefix; MsmqHelpers.CreateQueue(queuePath); }