|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.mq.server.BasicQueueParameters
public class BasicQueueParameters
Parameters controlling a basic queue
| Field Summary | |
|---|---|
SpyDestination |
expiryDestination
The destination that receives expired messages |
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 |
int |
recoveryRetries
The number of retries when recovering a queue/durable subscription |
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()
|
|
| Method Summary |
|---|
| 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
public int recoveryRetries
public SpyDestination expiryDestination
| Constructor Detail |
|---|
public BasicQueueParameters()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||