Apache.NMS.Test.MessageSelectorTest.FilterIgnoredMessagesSlowConsumerTest C# (CSharp) Method

FilterIgnoredMessagesSlowConsumerTest() private method

private FilterIgnoredMessagesSlowConsumerTest ( [ destinationName ) : void
destinationName [
return void
        public void FilterIgnoredMessagesSlowConsumerTest(
			[Values(QUEUE_DESTINATION_NAME, TOPIC_DESTINATION_NAME)]
			string destinationName)
        {
            simulateSlowConsumer = true;
            RunFilterIgnoredMessagesTest(destinationName);
        }