Re: consumer question for NMS .Net app

2014-10-12 Thread dmc
ok - I looked at the documentation for a durable topic and made the following change to the "publisher" producer.Send(request,MsgDeliveryMode.Persistent,MsgPriority.High,TimeSpan.MaxValue); as a replacement for producer.Send(request); end result - even worse - all topics on the consumer side

Re: consumer question for NMS .Net app

2014-10-06 Thread Timothy Bish
On 10/04/2014 09:44 AM, dmc wrote: details: created c# .net 4 dll for excel using the excel RTD interface nms and nms.activemq dlls v 1.6.0 and 1.6.1 I start my broker as: ApacheMQ\apache-activemq-5.10.0-bin\apache-activemq-5.10.0\bin\win64 Ive taken the out of the box settings for eve