|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.activemq.apollo.dto.QueueSettingsDTO
org.apache.activemq.apollo.dto.QueueDTO
public class QueueDTO
| Field Summary | |
|---|---|
java.lang.Integer |
auto_delete_after
Controls when the queue will auto delete. |
java.lang.String |
id
A unique id of queue |
java.lang.Boolean |
mirrored
If set to true, then once the queue is created all messages sent to the queue will be mirrored to a topic of the same name and all messages sent to the topic will be mirror to the queue. |
| Fields inherited from class org.apache.activemq.apollo.dto.QueueSettingsDTO |
|---|
catchup_enqueue_rate, dlq, fast_delivery_rate, full_policy, max_enqueue_rate, nak_limit, other, persistent, quota, swap, swap_range_size, tail_buffer |
| Constructor Summary | |
|---|---|
QueueDTO()
|
|
| 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 id
public java.lang.Integer auto_delete_after
public java.lang.Boolean mirrored
| Constructor Detail |
|---|
public QueueDTO()
| Method Detail |
|---|
public boolean equals(java.lang.Object o)
equals in class QueueSettingsDTOpublic int hashCode()
hashCode in class QueueSettingsDTO
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||