|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.mq.server.BasicQueueParameters
Parameters controlling a basic queue
Field Summary | |
boolean |
inMemory
Whether we should do things in memory (needs support from pm) |
boolean |
lateClone
Whether we are late cloning |
int |
maxDepth
The maximum depth of a queue |
int |
messageCounterHistoryDayLimit
The message counter history |
Class |
receiversImpl
The receivers implementation class |
long |
redeliveryDelay
The delay in milliseconds before a rolled back or recovered message is redelivered |
int |
redeliveryLimit
The number of times a message will be redelivered after a recover or rollback. |
Constructor Summary | |
BasicQueueParameters()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int maxDepth
public boolean inMemory
public boolean lateClone
public long redeliveryDelay
public int redeliveryLimit
-1
means there is no configured limit.
public Class receiversImpl
public int messageCounterHistoryDayLimit
Constructor Detail |
public BasicQueueParameters()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |