|
Sun GlassFish(tm) Message Queue v4.4 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.messaging.jms.management.server.DestinationLimitBehavior
public class DestinationLimitBehavior
Class containing information on destination limit behavior. These values specify how a destination responds when a memory-limit threshold is reached.
| Field Summary | |
|---|---|
static String |
FLOW_CONTROL
Flow control - the producers are slowed down. |
static String |
REJECT_NEWEST
Rejects the newest messages. |
static String |
REMOVE_LOW_PRIORITY
Throws out the lowest priority messages according to age of the messages (producing client receives no notification of message deletion). |
static String |
REMOVE_OLDEST
Remove oldest - throws out the oldest messages. |
static String |
UNKNOWN
Unknown destination limit behavior. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String UNKNOWN
public static final String FLOW_CONTROL
public static final String REMOVE_OLDEST
public static final String REJECT_NEWEST
public static final String REMOVE_LOW_PRIORITY
|
Sun GlassFish(tm) Message Queue v4.4 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||