// Implementation methods
//-------------------------------------------------------------------------
protected void doStart() throws Exception {
AbstractMessageListenerContainer container = getListenerContainer();
container.afterPropertiesSet();
}
protected void doStop() throws Exception {
if (listenerContainer != null) {
listenerContainer.stop();