| Package | Description |
|---|---|
| org.apache.qpid.jms |
The core AMQP JMS client implementation classes.
|
| org.apache.qpid.jms.meta | |
| org.apache.qpid.jms.policy |
| Modifier and Type | Method and Description |
|---|---|
JmsPrefetchPolicy |
JmsConnection.getPrefetchPolicy() |
JmsPrefetchPolicy |
JmsConnectionFactory.getPrefetchPolicy() |
JmsPrefetchPolicy |
JmsSession.getPrefetchPolicy() |
| Modifier and Type | Method and Description |
|---|---|
void |
JmsConnection.setPrefetchPolicy(JmsPrefetchPolicy prefetchPolicy) |
void |
JmsConnectionFactory.setPrefetchPolicy(JmsPrefetchPolicy prefetchPolicy) |
| Modifier and Type | Method and Description |
|---|---|
JmsPrefetchPolicy |
JmsSessionInfo.getPrefetchPolicy() |
JmsPrefetchPolicy |
JmsConnectionInfo.getPrefetchPolicy() |
| Modifier and Type | Method and Description |
|---|---|
void |
JmsSessionInfo.setPrefetchPolicy(JmsPrefetchPolicy prefetchPolicy) |
void |
JmsConnectionInfo.setPrefetchPolicy(JmsPrefetchPolicy prefetchPolicy) |
| Modifier and Type | Class and Description |
|---|---|
class |
JmsDefaultPrefetchPolicy
Defines the prefetch message policies for different types of consumers
|
| Modifier and Type | Method and Description |
|---|---|
JmsPrefetchPolicy |
JmsPrefetchPolicy.copy()
Copy this policy into a newly allocated instance.
|
Copyright © 2013–2019 The Apache Software Foundation. All rights reserved.