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