semog wrote:
> 
> Check your producer settings.  The producer may override the message
> setting.  Think of this as a "persistent producer" or "non-persistent
> producer". 
> 

Thank you, that was it.

For anyone using Spring.NET, please note that the [B]Persistent[/B] property
on the [B]NmsTemplate[/B] class defaults to true and if you set it to false
you [B]MUST[/B] also set [B]ExplicitQosEnabled[/B] to true (default is
False) in order for your persistence setting to be used. Otherwise it will
be ignored.
-- 
View this message in context: 
http://www.nabble.com/NMS-and-non-responsive-queue-tp21692908p21752228.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to