mirror of https://github.com/apache/activemq.git
Using wrong class to initialize the log
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@600671 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1ba3532365
commit
2913fb8ada
|
@ -38,7 +38,7 @@ import org.apache.commons.logging.LogFactory;
|
|||
|
||||
public class DurableTopicSubscription extends PrefetchSubscription implements UsageListener {
|
||||
|
||||
private static final Log LOG = LogFactory.getLog(PrefetchSubscription.class);
|
||||
private static final Log LOG = LogFactory.getLog(DurableTopicSubscription.class);
|
||||
private final ConcurrentHashMap<MessageId, Integer> redeliveredMessages = new ConcurrentHashMap<MessageId, Integer>();
|
||||
private final ConcurrentHashMap<ActiveMQDestination, Destination> destinations = new ConcurrentHashMap<ActiveMQDestination, Destination>();
|
||||
private final SubscriptionKey subscriptionKey;
|
||||
|
|
Loading…
Reference in New Issue