public class QueueDTO extends QueueSettingsDTO
Modifier and Type | Field and Description |
---|---|
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.
|
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 java.lang.String id
public java.lang.Integer auto_delete_after
public java.lang.Boolean mirrored
public boolean equals(java.lang.Object o)
equals
in class QueueSettingsDTO
public int hashCode()
hashCode
in class QueueSettingsDTO
Copyright © 2005-2014 The Apache Software Foundation. All Rights Reserved.