public interface ConnectionRetainModes
| Modifier and Type | Field and Description | 
|---|---|
| static int | CONN_RETAIN_ALWAYSConstant indicating that each broker will retain a single connection
 that it will use for its lifespan. | 
| static int | CONN_RETAIN_DEMANDConstant indicating that connections will be obtained as needed. | 
| static int | CONN_RETAIN_TRANSConstant indicating that connections will be retained for the life
 of each transaction. | 
static final int CONN_RETAIN_DEMAND
static final int CONN_RETAIN_TRANS
static final int CONN_RETAIN_ALWAYS
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.