Class DestinationLimitBehavior
java.lang.Object
com.sun.messaging.jms.management.server.DestinationLimitBehavior
Class containing information on destination limit behavior. These values specify how a destination responds when a
 memory-limit threshold is reached.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringFlow control - the producers are slowed down.static final StringRejects the newest messages.static final StringThrows out the lowest priority messages according to age of the messages (producing client receives no notification of message deletion).static final StringRemove oldest - throws out the oldest messages.static final StringUnknown destination limit behavior.
- 
Method Summary
- 
Field Details- 
UNKNOWNUnknown destination limit behavior.- See Also:
 
- 
FLOW_CONTROLFlow control - the producers are slowed down.- See Also:
 
- 
REMOVE_OLDESTRemove oldest - throws out the oldest messages.- See Also:
 
- 
REJECT_NEWESTRejects the newest messages. The producing client gets an exception for rejection of persistent messages only. To use this limit behavior with non-persistent messages, set the imqAckOnProduce connection factory attribute.- See Also:
 
- 
REMOVE_LOW_PRIORITYThrows out the lowest priority messages according to age of the messages (producing client receives no notification of message deletion).- See Also:
 
 
-