Skip to content

Commit

Permalink
NO-JIRA Remove dead jms code from broker
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelandrepearce committed Oct 24, 2018
1 parent e380eeb commit d37a0e5
Showing 1 changed file with 0 additions and 8 deletions.
Expand Up @@ -43,7 +43,6 @@
import org.apache.activemq.artemis.api.core.Pair;
import org.apache.activemq.artemis.api.core.RoutingType;
import org.apache.activemq.artemis.api.core.SimpleString;
import org.apache.activemq.artemis.api.core.client.ClientSession;
import org.apache.activemq.artemis.api.core.management.CoreNotificationType;
import org.apache.activemq.artemis.api.core.management.ManagementHelper;
import org.apache.activemq.artemis.core.exception.ActiveMQXAException;
Expand Down Expand Up @@ -1594,10 +1593,6 @@ public String getMetaData(String key) {
data = metaData.get(key);
}

if (key.equals(ClientSession.JMS_SESSION_CLIENT_ID_PROPERTY)) {
// we know it's a JMS Session, we now install JMS Hooks of any kind
installJMSHooks();
}
return data;
}

Expand Down Expand Up @@ -1718,9 +1713,6 @@ public void connectionFailed(final ActiveMQException me, boolean failedOver, Str
connectionFailed(me, failedOver);
}

private void installJMSHooks() {
}

private Map<SimpleString, Pair<Object, AtomicLong>> cloneTargetAddresses() {
return new HashMap<>(targetAddressInfos);
}
Expand Down

0 comments on commit d37a0e5

Please sign in to comment.