-
Apr 18th, 2010, 11:19 PM
#1
DefaultMessageListenerContainer and temporary queues (REPHRASED)
Hi All,
Is it possible for MDP's in a DefaultMessageListenerContainer to be receiving on a temporary queue?
If so, how is this specified within the configuration using destinationName and destinationResolver?
<bean id="jmsContainer" class="org.springframework.jms.listener.DefaultMes sageListenerContainer">
<property name="connectionFactory" ref="cachedConnectionFactory"/>
<property name="messageListener" ref="testClient" />
<property name="destinationName" value="ListenDestination"/>
<property name="destinationResolver" ref="availabilityClient" />
</bean>
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules