Apache.NMS.ActiveMQ.Test.ZeroPrefetchConsumerTest.CreateQueue C# (CSharp) 메소드

CreateQueue() 보호된 메소드

protected CreateQueue ( ) : IQueue
리턴 IQueue
        protected IQueue CreateQueue()
        {
            return new ActiveMQQueue( "ZeroPrefetchConsumerTest?consumer.prefetchSize=0");
        }