Class PrefetchPolicy
- Namespace
- Apache.NMS.ActiveMQ
- Assembly
- Apache.NMS.ActiveMQ.dll
public class PrefetchPolicy : ICloneable
- Inheritance
-
PrefetchPolicy
- Implements
-
- Inherited Members
-
Constructors
PrefetchPolicy()
Fields
DEFAULT_DURABLE_TOPIC_PREFETCH
public const int DEFAULT_DURABLE_TOPIC_PREFETCH = 100
Field Value
- int
DEFAULT_QUEUE_BROWSER_PREFETCH
public const int DEFAULT_QUEUE_BROWSER_PREFETCH = 500
Field Value
- int
DEFAULT_QUEUE_PREFETCH
public const int DEFAULT_QUEUE_PREFETCH = 1000
Field Value
- int
DEFAULT_TOPIC_PREFETCH
public const int DEFAULT_TOPIC_PREFETCH = 32766
Field Value
- int
MAX_PREFETCH_SIZE
public const int MAX_PREFETCH_SIZE = 32766
Field Value
- int
Properties
All
Property Value
- int
DurableTopicPrefetch
public int DurableTopicPrefetch { get; set; }
Property Value
- int
MaximumPendingMessageLimit
public int MaximumPendingMessageLimit { get; set; }
Property Value
- int
QueueBrowserPrefetch
public int QueueBrowserPrefetch { get; set; }
Property Value
- int
QueuePrefetch
public int QueuePrefetch { get; set; }
Property Value
- int
TopicPrefetch
public int TopicPrefetch { get; set; }
Property Value
- int
Methods
Clone()
Returns
- object
SetAll(int)
public void SetAll(int value)
Parameters
value
int