mirror of https://github.com/apache/activemq.git
https://issues.apache.org/jira/browse/AMQ-3885 - add max thread pool size to properties
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1365945 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e3fcf71ca6
commit
9cda4262e9
|
@ -764,6 +764,7 @@ public class ActiveMQConnectionFactory extends JNDIBaseStorable implements Conne
|
|||
props.setProperty("messagePrioritySupported", Boolean.toString(isMessagePrioritySupported()));
|
||||
props.setProperty("transactedIndividualAck", Boolean.toString(isTransactedIndividualAck()));
|
||||
props.setProperty("nonBlockingRedelivery", Boolean.toString(isNonBlockingRedelivery()));
|
||||
props.setProperty("maxThreadPoolSize", Integer.toString(getMaxThreadPoolSize()));
|
||||
}
|
||||
|
||||
public boolean isUseCompression() {
|
||||
|
|
Loading…
Reference in New Issue