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
|
Modifier and Type | Method and Description |
---|---|
ActiveMQPrefetchPolicy |
ActiveMQConnectionFactory.getPrefetchPolicy() |
ActiveMQPrefetchPolicy |
ActiveMQConnection.getPrefetchPolicy() |
Modifier and Type | Method and Description |
---|---|
void |
ActiveMQConnectionFactory.setPrefetchPolicy(ActiveMQPrefetchPolicy prefetchPolicy)
Sets the prefetch
policy for consumers created by this connection.
|
void |
ActiveMQConnection.setPrefetchPolicy(ActiveMQPrefetchPolicy prefetchPolicy)
Sets the prefetch
policy for consumers created by this connection.
|
Modifier and Type | Method and Description |
---|---|
ActiveMQPrefetchPolicy |
ActiveMQConnectionRequestInfo.prefetchPolicy()
Returns the prefetch policy; not using bean properties to avoid breaking
compatibility with JCA configuration in J2EE
|
Copyright © 2005–2017. All rights reserved.