|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.activemq.apollo.dto.QueueSettingsDTO
public class QueueSettingsDTO
Field Summary | |
---|---|
java.lang.String |
catchup_enqueue_rate
If set, and the the current delivery rate is exceeding the configured value of fast_delivery_rate and the consumers are spending more time loading from the store than delivering, then the enqueue rate will be throttled to the specified value so that the consumers can catch up and reach the tail of the queue. |
java.lang.String |
dlq
Is the dead letter queue configured for the destination. |
java.lang.String |
fast_delivery_rate
The message delivery rate (in bytes/sec) at which the queue considers the consumers fast and may start slowing down producers to match the consumption rate if the consumers are at the tail of the queue. |
java.lang.String |
full_policy
Once the queue is full, the `full_policy` controls how the queue behaves when additional messages attempt to be enqueued onto the queue. |
java.lang.String |
max_enqueue_rate
The maximum enqueue rate of the queue |
java.lang.Integer |
nak_limit
Once a message has been nacked the configured number of times the message will be considered to be a poison message and will get moved to the dead letter queue if that's configured or dropped. |
java.util.List<java.lang.Object> |
other
To hold any other non-matching XML elements |
java.lang.Boolean |
persistent
Should this queue persistently store it's entries? |
java.lang.String |
quota
The maximum amount of size the queue is allowed to grow to. |
java.lang.Boolean |
swap
Should messages be swapped out of memory if no consumers need the message? |
java.lang.Integer |
swap_range_size
The number max number of swapped queue entries to load from the store at a time. |
java.lang.String |
tail_buffer
The amount of memory buffer space to use for swapping messages out. |
Constructor Summary | |
---|---|
QueueSettingsDTO()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String tail_buffer
public java.lang.Boolean persistent
public java.lang.Boolean swap
public java.lang.Integer swap_range_size
public java.lang.String quota
public java.lang.String full_policy
public java.lang.String fast_delivery_rate
public java.lang.String catchup_enqueue_rate
public java.lang.String max_enqueue_rate
public java.lang.String dlq
public java.lang.Integer nak_limit
public java.util.List<java.lang.Object> other
Constructor Detail |
---|
public QueueSettingsDTO()
Method Detail |
---|
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |