James.Strachan wrote:
> 
> You've gotta enable "explicitQosEnabled" to be true. See the Spring
> docs & JavaDocs
> 

Many thanks! 

For the sake of completeness: 

<bean id="jmsTemplate" class="org.springframework.jms.core.JmsTemplate">
  <property name="connectionFactory" ref="connectionFactory" />
  <property name="deliveryPersistent" value="false"/>
  <property name="explicitQosEnabled" value="true" />
</bean> 

That's it.
Reidar
-- 
View this message in context: 
http://www.nabble.com/Message-persistence-tf4222869s2354.html#a13258353
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to