Re: ActiveMQ overriding/disabling message cursor

2011-08-03 Thread Gary Tully
have a peek at: http://activemq.apache.org/slow-consumer-handling.html you just need to configure a ConstantPendingMessageLimitStrategy of 1 and a prefetch of 1 for your non durable subs. On 3 August 2011 10:40, kaustubh khasnis wrote: > Hi, > Is there any way in activeMQ to disable the message

ActiveMQ overriding/disabling message cursor

2011-08-03 Thread kaustubh khasnis
Hi, Is there any way in activeMQ to disable the message cursor for non-durable subscribers. My use case is like: the messages should always be persistent and will have both durable and non-durable subscribers to it. In case durable subscriber is faster than non-durable subscriber , MQ will still ke