Repository: activemq-artemis Updated Branches: refs/heads/master bf0eede93 -> a68eaf4e7
ARTEMIS-2074 Fix test Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/a68eaf4e Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/a68eaf4e Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/a68eaf4e Branch: refs/heads/master Commit: a68eaf4e7054bf6509abb21856de73614acce410 Parents: bf0eede Author: Clebert Suconic <[email protected]> Authored: Thu Sep 13 14:52:11 2018 -0400 Committer: Clebert Suconic <[email protected]> Committed: Thu Sep 13 15:44:47 2018 -0400 ---------------------------------------------------------------------- .../activemq/artemis/jms/client/ActiveMQConnectionFactory.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/a68eaf4e/artemis-jms-client/src/main/java/org/apache/activemq/artemis/jms/client/ActiveMQConnectionFactory.java ---------------------------------------------------------------------- diff --git a/artemis-jms-client/src/main/java/org/apache/activemq/artemis/jms/client/ActiveMQConnectionFactory.java b/artemis-jms-client/src/main/java/org/apache/activemq/artemis/jms/client/ActiveMQConnectionFactory.java index 946ea95..364862b 100644 --- a/artemis-jms-client/src/main/java/org/apache/activemq/artemis/jms/client/ActiveMQConnectionFactory.java +++ b/artemis-jms-client/src/main/java/org/apache/activemq/artemis/jms/client/ActiveMQConnectionFactory.java @@ -541,7 +541,6 @@ public class ActiveMQConnectionFactory extends JNDIStorable implements Connectio } public synchronized boolean isUseTopologyForLoadBalancing() { - checkWrite(); return serverLocator.getUseTopologyForLoadBalancing(); }
