[jboss-user] [Spring Integration] - Re: Spring DefaultMessageListenerContainer with ActiveMQ and

abhi1317 do-not-reply at jboss.com
Mon Dec 7 12:28:21 EST 2009


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> 

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4269405#4269405

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4269405



More information about the jboss-user mailing list