public class DestinationLimitBehavior
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
FLOW_CONTROL
Flow control - the producers are slowed down.
|
static java.lang.String |
REJECT_NEWEST
Rejects the newest messages.
|
static java.lang.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 java.lang.String |
REMOVE_OLDEST
Remove oldest - throws out the oldest messages.
|
static java.lang.String |
UNKNOWN
Unknown destination limit behavior.
|
public static final java.lang.String UNKNOWN
public static final java.lang.String FLOW_CONTROL
public static final java.lang.String REMOVE_OLDEST
public static final java.lang.String REJECT_NEWEST
public static final java.lang.String REMOVE_LOW_PRIORITY
Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.