public interface ConnectionRetainModes
Modifier and Type | Field and Description |
---|---|
static int |
CONN_RETAIN_ALWAYS
Constant indicating that each broker will retain a single connection
that it will use for its lifespan.
|
static int |
CONN_RETAIN_DEMAND
Constant indicating that connections will be obtained as needed.
|
static int |
CONN_RETAIN_TRANS
Constant 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–2022 Apache Software Foundation. All rights reserved.