Apache.NMS.ActiveMQ.PrefetchPolicy.PrefetchPolicy C# (CSharp) Method

PrefetchPolicy() public method

public PrefetchPolicy ( ) : System
return System
        public PrefetchPolicy()
        {
            this.queuePrefetch = DEFAULT_QUEUE_PREFETCH;
            this.queueBrowserPrefetch = DEFAULT_QUEUE_BROWSER_PREFETCH;
            this.topicPrefetch = DEFAULT_TOPIC_PREFETCH;
            this.durableTopicPrefetch = DEFAULT_DURABLE_TOPIC_PREFETCH;
        }