public class QueueDTO extends QueueSettingsDTO
| Modifier and Type | Field and Description |
|---|---|
Integer |
auto_delete_after
Controls when the queue will auto delete.
|
String |
id
A unique id of queue
|
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.
|
catchup_enqueue_rate, dlq, dlq_expired, fast_delivery_rate, full_policy, max_enqueue_rate, message_group_graceful_handoff, nak_limit, other, persistent, quota, quota_messages, round_robin, swap, swap_range_size, tail_buffer| Constructor and Description |
|---|
QueueDTO() |
public String id
public Integer auto_delete_after
public Boolean mirrored
public boolean equals(Object o)
equals in class QueueSettingsDTOpublic int hashCode()
hashCode in class QueueSettingsDTOCopyright © 2005–2015 The Apache Software Foundation. All rights reserved.