public QueueListener(DefaultMsmqEndpoint endpoint) : this(endpoint, 60) { this.endpoint = endpoint; }
public QueueListener(DefaultMsmqEndpoint endpoint, int timeoutInSeconds) { this.endpoint = endpoint; timeout = new TimeSpan(0, 0, timeoutInSeconds); }