Apache.NMS.ActiveMQ.Test.ZeroPrefetchConsumerTest.CreateQueue C# (CSharp) Метод

CreateQueue() защищенный Метод

protected CreateQueue ( ) : IQueue
Результат IQueue
        protected IQueue CreateQueue()
        {
            return new ActiveMQQueue( "ZeroPrefetchConsumerTest?consumer.prefetchSize=0");
        }