This content has been marked as final.
Show 2 replies
-
1. Re: Spring DefaultMessageListenerContainer with ActiveMQ and
abhi1317 Dec 7, 2009 12:28 PM (in response to abhi1317)I am using following tags in spring config
bean id="listenerContainer" class="org.springframework.jms.listener.DefaultMessageListenerContainer">
property name="connectionFactory" ref="MyCF" />
property name="destination" ref="MyPostQueue" />
property name="messageListener" ref="MyPojo" />
property name="sessionTransacted" value="true"/>
property name="concurrentConsumers" value="10"/>
property name="cacheLevelName" value="CACHE_CONSUMER" />
/bean> -
2. Re: Spring DefaultMessageListenerContainer with ActiveMQ and
alesj Dec 7, 2009 12:38 PM (in response to abhi1317)This has nothing to do with Spring-int / Snowdrop, hence moved as per sticky warning.
* http://www.jboss.org/index.html?module=bb&op=viewtopic&t=106598