public final class QueueDefinition extends AbstractDestinationDefinition
Implementation of a Queue definition descriptor.
autoExtendAmount, blockSize, dataFolder, initialBlockCount, journalFolder, journalOutputBuffer, maxBlockCount, maxJournalSize, maxNonPersistentMessages, maxUncommittedStoreSize, maxUnflushedJournalSize, maxWriteBatchSize, name, overflowToPersistent, preAllocateFiles, rawDataFolder, rawJournalFolder, storageSyncMethod, temporary, useJournal| Constructor and Description |
|---|
QueueDefinition()
Constructor
|
QueueDefinition(Settings settings)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
check()
Check the object consistency
|
boolean |
hasDescriptor() |
asSettings, copyAttributesTo, fillSettings, getAutoExtendAmount, getBlockSize, getDataFolder, getInitialBlockCount, getJournalFolder, getJournalOutputBuffer, getMaxBlockCount, getMaxJournalSize, getMaxNonPersistentMessages, getMaxUncommittedStoreSize, getMaxUnflushedJournalSize, getMaxWriteBatchSize, getName, getRawDataFolder, getRawJournalFolder, getStorageSyncMethod, hasPersistentStore, initFromSettings, isOverflowToPersistent, isPreAllocateFiles, isTemporary, isUseJournal, setAutoExtendAmount, setBlockSize, setDataFolder, setInitialBlockCount, setJournalFolder, setJournalOutputBuffer, setMaxBlockCount, setMaxJournalSize, setMaxNonPersistentMessages, setMaxUncommittedStoreSize, setMaxUnflushedJournalSize, setMaxWriteBatchSize, setName, setOverflowToPersistent, setPreAllocateFiles, setRawDataFolder, setRawJournalFolder, setStorageSyncMethod, setTemporary, setUseJournal, toStringgetDescriptorFile, setDescriptorFilepublic QueueDefinition()
public QueueDefinition(Settings settings)
public void check()
throws javax.jms.JMSException
Checkablecheck in interface Checkablecheck in class AbstractDestinationDescriptorjavax.jms.JMSExceptionpublic boolean hasDescriptor()
Copyright © 2021. All rights reserved.