| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jboss.mq.server.BasicQueueParameters
Parameters controlling a basic queue
| Field Summary | |
|  boolean | inMemoryWhether we should do things in memory (needs support from pm) | 
|  boolean | lateCloneWhether we are late cloning | 
|  int | maxDepthThe maximum depth of a queue | 
|  int | messageCounterHistoryDayLimitThe message counter history | 
|  Class | receiversImplThe receivers implementation class | 
|  long | redeliveryDelayThe delay in milliseconds before a rolled back or recovered message is redelivered | 
|  int | redeliveryLimitThe 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 | ||||||||||