org.omg.CosNotification

Interface MaxEventsPerConsumer

public interface MaxEventsPerConsumer

As described in section 2.5.7, an administrative property can be set on the channel to bound the maximum number of events a given channel is allowed to queue at any given point in time. Note, however, that a single badly behaved consumer could result in the channel holding the maximum number of events it is allowed to queue for an extended period of time, preventing further event communication through the channel. Thus, the MaximumEventsPerConsumer property helps to avoid this situation by bounding the maximum number of events the channel will queue on behalf of a given consumer. If set only on a per-channel basis, the value of this property applies to all consumers connected to the channel. If set on a per-ConsumerAdmin basis, this property applies to all consumers connected to proxy suppliers created by that ConsumerAdmin. If set on a per-proxy supplier basis, this property applies to the consumer connected to the given proxy supplier. Note that setting this property on a SupplierAdmin or proxy consumer has no meaning.
Field Summary
static Stringvalue
Constant value

Field Detail

value

public static final String value
Constant value