This closes #812
This commit is contained in:
commit
44fd7f8192
|
@ -112,7 +112,7 @@ public class ActiveMQConsumerResource extends AbstractActiveMQClientResource {
|
|||
}
|
||||
|
||||
/**
|
||||
* Enable/Disable the automatic creation of non-existant queues. The default is to automatically create non-existant queues
|
||||
* Enable/Disable the automatic creation of non-existent queues. The default is to automatically create non-existent queues
|
||||
*
|
||||
* @param autoCreateQueue
|
||||
*/
|
||||
|
|
|
@ -31,7 +31,7 @@ import org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent;
|
|||
import org.jboss.logging.Logger;
|
||||
|
||||
/**
|
||||
* This will keep a list of fileStores. It will make a comparisson on all file stores registered. if any is over the limit,
|
||||
* This will keep a list of fileStores. It will make a comparison on all file stores registered. if any is over the limit,
|
||||
* all Callbacks will be called with over.
|
||||
*
|
||||
* For instance: if Large Messages folder is registered on a different folder and it's over capacity,
|
||||
|
|
|
@ -2220,7 +2220,7 @@ public class QueueImpl implements Queue {
|
|||
acknowledge(tx, ref);
|
||||
}
|
||||
|
||||
@SuppressWarnings({"ArrayToString", "ArrayToStringConcatentation"})
|
||||
@SuppressWarnings({"ArrayToString", "ArrayToStringConcatenation"})
|
||||
private void moveBetweenSnFQueues(final SimpleString queueSuffix,
|
||||
final Transaction tx,
|
||||
final MessageReference ref) throws Exception {
|
||||
|
|
|
@ -138,7 +138,7 @@ specific features into Apache ActiveMQ Artemis.
|
|||
|
||||
### Connection Monitoring
|
||||
|
||||
OpenWire has a few paramters to control how each connection is monitored, they are:
|
||||
OpenWire has a few parameters to control how each connection is monitored, they are:
|
||||
|
||||
* maxInactivityDuration:
|
||||
It specifies the time (milliseconds) after which the connection is closed by the broker if no data was received.
|
||||
|
|
Loading…
Reference in New Issue