Apache.NMS.ActiveMQ.Test.MaxInactivityDurationTest.GetNameTestURI C# (CSharp) Method

GetNameTestURI() protected method

The name of the connection configuration that CreateNMSFactory() will load. Refer to the nmsprovider-test.config file for the value of this variable.
protected GetNameTestURI ( ) : string
return string
        protected override string GetNameTestURI()
        {
            return "maxInactivityDurationURI";
        }