protected override void DoSetUp() { MsmqUtil.Delete(DestinationQueueName); Console.WriteLine("Creating new service"); service = new InboundService(ListenUri, DestinationQueueName); service.Start(); }
void InitHttpListener() { log.Info("Starting inbound service..."); inboundService = new InboundService(ListenUri, DestinationQueue); inboundService.Start(); }
protected override void DoSetUp() { Console.WriteLine("Creating new service"); service = new InboundService(ListenUri, DestinationQueueName); service.Start(); }