Re: NMS C# and consumer.prefetchSize

2009-10-01 Thread Timothy Bish
On Thu, 2009-10-01 at 16:10 -0700, lujan99 wrote: > > fine , thanks. When I use ClientAcknowledge it's all ok. > > Now, in a Request/Response method is safe to use same session object used to > receive message to create a producer to reply?? > Yes, however just as in JMS the NMS API recommends

Re: NMS C# and consumer.prefetchSize

2009-10-01 Thread lujan99
connection.ExceptionListener += new ExceptionListener(OnException); >> to detect close conection (AMS restart) I can't use >> 'consumer.prefetchSize=0.'! >> >> >> >> > > -- View this message in context: http://www.nabble.com/NMS-C--and-consumer.prefetchSize-tp25689242p25708066.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: NMS C# and consumer.prefetchSize

2009-10-01 Thread magellings
tener(OnException); > to detect close conection (AMS restart) I can't use > 'consumer.prefetchSize=0.'! > > > > -- View this message in context: http://www.nabble.com/NMS-C--and-consumer.prefetchSize-tp25689242p25706649.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

NMS C# and consumer.prefetchSize

2009-09-30 Thread lujan99
x27;t have this issue. someone is using NMS / C # in production? what if you have messages in the queue and stops the client? -- View this message in context: http://www.nabble.com/NMS-C--and-consumer.prefetchSize-tp25689242p25689242.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.