James.Strachan wrote:
> 
> You set this flag on the MessageProducer in JMS - not the message
> 

As far as I can see this doesn't helps if I use Spring's jmsTemplate. I'd
like to configure the template like this (neglecting pooling issues)

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

As Dziugas Baltrunas mentioned this has no effect. Messages are still marked
as persistent.

Is it possible with spring to configure "persistence per message" (as I need
to)?

Thanks in advance!

Regards,
Reidar
-- 
View this message in context: 
http://www.nabble.com/Message-persistence-tf4222869s2354.html#a13254836
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to