Re: How to create a persistent c# producer

2007-03-28 Thread Karthik.Gopalakrishnan
Hi James I tried setting the persistent property there as true but it didnt quite help. So exploring more on that we got that fixed by setting the NMSPersistent property of the message to true. Thanks James James.Strachan wrote: > > On 3/27/07, Karthik.Gopalakrishnan <[EMAIL PROTECTED]> > wrot

Re: How to create a persistent c# producer

2007-03-27 Thread James Strachan
On 3/27/07, Karthik.Gopalakrishnan <[EMAIL PROTECTED]> wrote: Hi I know we can set the JMSDeliveryMode of a producer in java to DeliveryMode.PERSISTENT. Is there any way to specify the same with a c# client. Please give me an example c# client which has a persistent producer. See the Persist