Package org.apache.activemq
Interface ThreadPriorities
-
public interface ThreadPriorities
A holder for different thread priorites used in ActiveMQ
-
-
Field Summary
Fields Modifier and Type Field Description static int
BROKER_MANAGEMENT
static int
INBOUND_BROKER_CONNECTION
static int
INBOUND_CLIENT_CONNECTION
static int
INBOUND_CLIENT_SESSION
static int
OUT_BOUND_BROKER_DISPATCH
-
-
-
Field Detail
-
INBOUND_BROKER_CONNECTION
static final int INBOUND_BROKER_CONNECTION
- See Also:
- Constant Field Values
-
OUT_BOUND_BROKER_DISPATCH
static final int OUT_BOUND_BROKER_DISPATCH
- See Also:
- Constant Field Values
-
INBOUND_CLIENT_CONNECTION
static final int INBOUND_CLIENT_CONNECTION
- See Also:
- Constant Field Values
-
INBOUND_CLIENT_SESSION
static final int INBOUND_CLIENT_SESSION
- See Also:
- Constant Field Values
-
BROKER_MANAGEMENT
static final int BROKER_MANAGEMENT
- See Also:
- Constant Field Values
-
-