Uses of Class
org.apache.activemq.ActiveMQPrefetchPolicy
-
Packages that use ActiveMQPrefetchPolicy Package Description org.apache.activemq The core JMS client API implementation classes. -
-
Uses of ActiveMQPrefetchPolicy in org.apache.activemq
Methods in org.apache.activemq that return ActiveMQPrefetchPolicy Modifier and Type Method Description ActiveMQPrefetchPolicyActiveMQConnection. getPrefetchPolicy()ActiveMQPrefetchPolicyActiveMQConnectionFactory. getPrefetchPolicy()Methods in org.apache.activemq with parameters of type ActiveMQPrefetchPolicy Modifier and Type Method Description voidActiveMQConnection. setPrefetchPolicy(ActiveMQPrefetchPolicy prefetchPolicy)Sets the prefetch policy for consumers created by this connection.voidActiveMQConnectionFactory. setPrefetchPolicy(ActiveMQPrefetchPolicy prefetchPolicy)Sets the prefetch policy for consumers created by this connection.
-