|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.activemq.apollo.dto.StringIdDTO
org.apache.activemq.apollo.dto.QueueDTO
public class QueueDTO
Field Summary | |
---|---|
QueueAclDTO |
acl
|
java.lang.Integer |
auto_delete_after
Controls when the queue will auto delete. |
java.lang.Integer |
consumer_buffer
The amount of memory buffer space to use per subscription. |
java.lang.Boolean |
persistent
Should this queue persistently store it's entries? |
java.lang.Integer |
queue_buffer
The amount of memory buffer space for the queue.. |
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.Boolean |
unified
If set to true, then routing then there is no difference between sending to a queue or topic of the same name. |
Fields inherited from class org.apache.activemq.apollo.dto.StringIdDTO |
---|
id |
Constructor Summary | |
---|---|
QueueDTO()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.Integer auto_delete_after
public java.lang.Boolean unified
public java.lang.Integer queue_buffer
public java.lang.Integer consumer_buffer
public java.lang.Boolean persistent
public java.lang.Boolean swap
public java.lang.Integer swap_range_size
public QueueAclDTO acl
Constructor Detail |
---|
public QueueDTO()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |