public abstract class AbstractJmsQueuePoller<T extends java.io.Serializable>
extends java.lang.Object
| 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() |
protected void |
onExceptionMessage(T jmsObject) |
void |
shutdown() |
protected abstract JmsDestination getInJmsDestination()
protected abstract JmsDestination getErrorQueueJmsDestination()
protected abstract void afterReadingMessage(T jmsObject) throws java.lang.Exception
java.lang.Exceptionprotected void onExceptionMessage(T jmsObject)
@PostConstruct public void init()
public boolean isAlive()
public void shutdown()