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 ActiveMQPrefetchPolicy
ActiveMQConnection. getPrefetchPolicy()
ActiveMQPrefetchPolicy
ActiveMQConnectionFactory. getPrefetchPolicy()
Methods in org.apache.activemq with parameters of type ActiveMQPrefetchPolicy Modifier and Type Method Description void
ActiveMQConnection. setPrefetchPolicy(ActiveMQPrefetchPolicy prefetchPolicy)
Sets the prefetch policy for consumers created by this connection.void
ActiveMQConnectionFactory. 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 ActiveMQPrefetchPolicy
ActiveMQConnectionRequestInfo. prefetchPolicy()
Returns the prefetch policy; not using bean properties to avoid breaking compatibility with JCA configuration in J2EE
-