|
|
|
@ -24,6 +24,7 @@ import org.springframework.beans.PropertyValues; |
|
|
|
import org.springframework.beans.factory.config.RuntimeBeanReference; |
|
|
|
import org.springframework.beans.factory.config.RuntimeBeanReference; |
|
|
|
import org.springframework.beans.factory.support.RootBeanDefinition; |
|
|
|
import org.springframework.beans.factory.support.RootBeanDefinition; |
|
|
|
import org.springframework.beans.factory.xml.ParserContext; |
|
|
|
import org.springframework.beans.factory.xml.ParserContext; |
|
|
|
|
|
|
|
import org.springframework.lang.Nullable; |
|
|
|
import org.springframework.util.StringUtils; |
|
|
|
import org.springframework.util.StringUtils; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
@ -56,6 +57,7 @@ class JmsListenerContainerParser extends AbstractListenerContainerParser { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
@Override |
|
|
|
|
|
|
|
@Nullable |
|
|
|
protected RootBeanDefinition createContainerFactory(String factoryId, Element containerEle, ParserContext parserContext, |
|
|
|
protected RootBeanDefinition createContainerFactory(String factoryId, Element containerEle, ParserContext parserContext, |
|
|
|
PropertyValues commonContainerProperties, PropertyValues specificContainerProperties) { |
|
|
|
PropertyValues commonContainerProperties, PropertyValues specificContainerProperties) { |
|
|
|
|
|
|
|
|
|
|
|
|