| |
|
| java.lang.Object org.jboss.mq.server.BasicQueueParameters
BasicQueueParameters | public class BasicQueueParameters (Code) | | Parameters controlling a basic queue
author: Adrian Brock version: $Revision: 57198 $ |
expiryDestination | public SpyDestination expiryDestination(Code) | | The destination that receives expired messages
|
inMemory | public boolean inMemory(Code) | | Whether we should do things in memory (needs support from pm)
|
lateClone | public boolean lateClone(Code) | | Whether we are late cloning
|
maxDepth | public int maxDepth(Code) | | The maximum depth of a queue
|
messageCounterHistoryDayLimit | public int messageCounterHistoryDayLimit(Code) | | The message counter history
|
receiversImpl | public Class receiversImpl(Code) | | The receivers implementation class
|
recoveryRetries | public int recoveryRetries(Code) | | The number of retries when recovering a queue/durable subscription
|
redeliveryDelay | public long redeliveryDelay(Code) | | The delay in milliseconds before a rolled back or recovered message is redelivered
|
redeliveryLimit | public int redeliveryLimit(Code) | | The number of times a message will be redelivered after a recover or rollback.
The value -1 means there is no configured limit.
|
|
|
|