Inheritance: IQueueObserver, IDisposable
 /// <summary>
 /// Initializes a new instance of the <see cref="T:System.Object"/> class.
 /// </summary>
 public MsmqQueueTransport(Configuration configuration)
 {
     _configuration = configuration;
     _queueObserver = new MsmqQueueObserver(_configuration.Name, _configuration.InputQueue, _configuration.ErrorQueue, this);
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="T:System.Object"/> class.
 /// </summary>
 public MsmqQueueTransport(Configuration configuration)
 {
     _configuration = configuration;
     _queueObserver = new MsmqQueueObserver(_configuration.Name, _configuration.InputQueue, _configuration.ErrorQueue, this);
 }