public abstract class AbstractJmsQueuePoller<T extends java.io.Serializable>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected ErrorNotifier |
errorNotifier |
| Constructor and Description |
|---|
AbstractJmsQueuePoller() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
afterReadingMessage(T jmsObject) |
protected abstract JmsDestination |
getErrorQueueJmsDestination() |
protected abstract JmsDestination |
getInJmsDestination() |
void |
init() |
boolean |
isAlive() |
void |
shutdown() |
@Inject protected ErrorNotifier errorNotifier
protected abstract JmsDestination getInJmsDestination()
protected abstract JmsDestination getErrorQueueJmsDestination()
protected abstract void afterReadingMessage(T jmsObject) throws java.lang.Exception
java.lang.Exception@PostConstruct public void init()
public boolean isAlive()
public void shutdown()