From e1d4a0f986907f912640d85a695ece2fc2d8e644 Mon Sep 17 00:00:00 2001 From: "Timothy A. Bish" Date: Wed, 27 Mar 2013 14:19:36 +0000 Subject: [PATCH] fix for: https://issues.apache.org/jira/browse/AMQ-4410 git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1461595 13f79535-47bb-0310-9956-ffa450edef68 --- .../java/org/apache/activemq/pool/PooledConnectionFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activemq-pool/src/main/java/org/apache/activemq/pool/PooledConnectionFactory.java b/activemq-pool/src/main/java/org/apache/activemq/pool/PooledConnectionFactory.java index 2c3f0b53fd..59c187cddc 100644 --- a/activemq-pool/src/main/java/org/apache/activemq/pool/PooledConnectionFactory.java +++ b/activemq-pool/src/main/java/org/apache/activemq/pool/PooledConnectionFactory.java @@ -444,7 +444,7 @@ public class PooledConnectionFactory implements ConnectionFactory, Service { /** * @return the number of milliseconds to sleep between runs of the idle connection eviction thread. */ - public long setTimeBetweenExpirationCheckMillis() { + public long getTimeBetweenExpirationCheckMillis() { return this.connectionsPool.getTimeBetweenEvictionRunsMillis(); }