Uses of Class
org.apache.activemq.ActiveMQPrefetchPolicy
-
Packages that use ActiveMQPrefetchPolicy Package Description org.apache.activemq The core JMS client API implementation classes.org.apache.activemq.ra JCA managed connections and resource adapters for working with ActiveMQ -
-
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. -
Uses of ActiveMQPrefetchPolicy in org.apache.activemq.ra
Methods in org.apache.activemq.ra that return ActiveMQPrefetchPolicy Modifier and Type Method Description ActiveMQPrefetchPolicyActiveMQConnectionRequestInfo. prefetchPolicy()Returns the prefetch policy; not using bean properties to avoid breaking compatibility with JCA configuration in J2EE
-