Apache.NMS.ActiveMQ.Test.ZeroPrefetchConsumerTest.CreateQueue C# (CSharp) Method

CreateQueue() protected method

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