org.kie.remote.services.jms
Class RetryTrackerSingleton
java.lang.Object
org.kie.remote.services.jms.RetryTrackerSingleton
public class RetryTrackerSingleton
- extends Object
This class helps make sure that messages which fail are not
endlessly retried.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RetryTrackerSingleton
public RetryTrackerSingleton()
init
@PostConstruct
public void init()
getMaximumLimitRetries
public int getMaximumLimitRetries()
maxRetriesReached
public boolean maxRetriesReached(String msgId)
incrementRetries
public int incrementRetries(String msgId)
clearRetries
public void clearRetries(String msgId)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.